Uses of Package
org.organicdesign.fp.function
-
Packages that use org.organicdesign.fp.function Package Description org.organicdesign.fp.collections Type-safe versions of immutable collections (mostly from Clojure), plus unmodifiable and immutable collection interfaces that fit these collections into the java.util interfaces.org.organicdesign.fp.function Exception-friendly functional interfaces named by the number of arguments: Fn0, Fn1, Fn2....org.organicdesign.fp.oneOf This package contains Option which has Some() and None() which is useful for indicating "Not-Found" or "End-of-stream/file".org.organicdesign.fp.xform Immutable descriptions of data transformations (Transformable), and a highly efficient single-pass, short-circuiting implementation that carries out those transforms in a single pass (Xform). -
Classes in org.organicdesign.fp.function used by org.organicdesign.fp.collections Class Description Fn0 This is like Java 8's java.util.function.Supplier, but retrofitted to turn checked exceptions into unchecked ones.Fn1 This is like Java 8's java.util.function.Function, but retrofitted to turn checked exceptions into unchecked ones.Fn2 This is like Java 8's java.util.function.BiFunction, but retrofitted to turn checked exceptions into unchecked ones. -
Classes in org.organicdesign.fp.function used by org.organicdesign.fp.function Class Description Fn0 This is like Java 8's java.util.function.Supplier, but retrofitted to turn checked exceptions into unchecked ones.Fn1 This is like Java 8's java.util.function.Function, but retrofitted to turn checked exceptions into unchecked ones.Fn1.BooleanCombiner Fn1.ConstObjBool Constant functions that take an Object and return a BooleanFn1.ConstObjObj Constant functions that take an Object and return an ObjectFn2 This is like Java 8's java.util.function.BiFunction, but retrofitted to turn checked exceptions into unchecked ones.Fn2.Singletons Fn3 A three-argument, exception-safe functional interface.LazyRef Lazily initialize a value (and free the initialization resources) on the first call to get(). -
Classes in org.organicdesign.fp.function used by org.organicdesign.fp.oneOf Class Description Fn0 This is like Java 8's java.util.function.Supplier, but retrofitted to turn checked exceptions into unchecked ones.Fn1 This is like Java 8's java.util.function.Function, but retrofitted to turn checked exceptions into unchecked ones. -
Classes in org.organicdesign.fp.function used by org.organicdesign.fp.xform Class Description Fn1 This is like Java 8's java.util.function.Function, but retrofitted to turn checked exceptions into unchecked ones.Fn2 This is like Java 8's java.util.function.BiFunction, but retrofitted to turn checked exceptions into unchecked ones.