Uses of Interface
net.binis.codegen.tools.Functional.FunctionalEnd
Packages that use Functional.FunctionalEnd
-
Uses of Functional.FunctionalEnd in net.binis.codegen.tools
Classes in net.binis.codegen.tools that implement Functional.FunctionalEndModifier and TypeClassDescriptionprotected static classprotected static classprotected static classMethods in net.binis.codegen.tools that return Functional.FunctionalEndModifier and TypeMethodDescriptionFunctional.FunctionalRecursive._do(BiFunction<T, R, R> doFunction) Functional.FunctionalRecursive._do(UnaryOperator<T> doOperator) Functional.FunctionalRecursiveImpl._do(BiFunction<T, R, R> doFunction) Functional.FunctionalRecursiveImpl._do(UnaryOperator<T> doOperator) <T> Functional.FunctionalEnd<T> Functional.FunctionalRecursive._perform(BiConsumer<T, R> perform) Functional.FunctionalRecursiveImpl._perform(BiConsumer<T, R> perform) Functional.FunctionalDoWhile._while(BooleanSupplier supplier) Functional.FunctionalDoWhileImpl._while(BooleanSupplier supplier)