/** @noSelfInFile */ declare module '@asledgehammer/pipewrench' { export namespace java.util._function_ { export type BiConsumer = any; export type BiFunction = any; export type BooleanSupplier = any; export type Consumer = any; export type Function = any; export type IntFunction = any; export type Predicate = any; export type Supplier = any; export type ToDoubleFunction = any; export type ToIntFunction = any; export type ToLongFunction = any; export type UnaryOperator = any; } }