Uses of Class
org.organicdesign.fp.function.Fn1.ConstObjObj
-
Packages that use Fn1.ConstObjObj Package Description org.organicdesign.fp.function Exception-friendly functional interfaces named by the number of arguments: Fn0, Fn1, Fn2.... -
-
Uses of Fn1.ConstObjObj in org.organicdesign.fp.function
Methods in org.organicdesign.fp.function that return Fn1.ConstObjObj Modifier and Type Method Description static Fn1.ConstObjObjFn1.ConstObjObj. valueOf(String name)Returns the enum constant of this type with the specified name.static Fn1.ConstObjObj[]Fn1.ConstObjObj. values()Returns an array containing the constants of this enum type, in the order they are declared.
-