Uses of Class
org.organicdesign.fp.function.LazyRef
-
Packages that use LazyRef Package Description org.organicdesign.fp.function Exception-friendly functional interfaces named by the number of arguments: Fn0, Fn1, Fn2.... -
-
Uses of LazyRef in org.organicdesign.fp.function
Methods in org.organicdesign.fp.function that return LazyRef Modifier and Type Method Description static <T> LazyRef<T>LazyRef. of(Fn0<T> producer)Construct a LazyRef from the given initialization function.
-