Package io.github.toolfactory.jvm.function.template
-
Interface Summary Interface Description BiConsumer<T,U> BiFunction<I,J,R> Consumer<I> Function<I,R> QuadFunction<I,J,K,L,R> Supplier<T> TriConsumer<I,J,K> TriFunction<I,J,K,R>