Uses of Interface
org.organicdesign.fp.function.Fn3
-
Packages that use Fn3 Package Description org.organicdesign.fp.function Exception-friendly functional interfaces named by the number of arguments: Fn0, Fn1, Fn2.... -
-
Uses of Fn3 in org.organicdesign.fp.function
Methods in org.organicdesign.fp.function that return Fn3 Modifier and Type Method Description static <A,B,C,Z>
@NotNull Fn3<A,B,C,Z>Fn3. memoize(@NotNull Fn3<A,B,C,Z> f)Use only on pure functions with no side effects.Methods in org.organicdesign.fp.function with parameters of type Fn3 Modifier and Type Method Description static <A,B,C,Z>
@NotNull Fn3<A,B,C,Z>Fn3. memoize(@NotNull Fn3<A,B,C,Z> f)Use only on pure functions with no side effects.
-