Interface Hierarchy
- 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.ThrowingBiConsumer<P0,P1,E>
- io.github.toolfactory.jvm.function.template.ThrowingBiFunction<I,J,R,E>
- io.github.toolfactory.jvm.function.template.ThrowingFunction<I,R,E>
- io.github.toolfactory.jvm.function.template.ThrowingQuadFunction<I,J,K,L,R,E>
- io.github.toolfactory.jvm.function.template.ThrowingTriFunction<I,J,K,R,E>
- io.github.toolfactory.jvm.function.template.TriConsumer<I,J,K>