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