Uses of Class
com.jnape.palatable.lambda.semigroup.builtin.Absent
-
Packages that use Absent Package Description com.jnape.palatable.lambda.semigroup.builtin -
-
Uses of Absent in com.jnape.palatable.lambda.semigroup.builtin
Fields in com.jnape.palatable.lambda.semigroup.builtin declared as Absent Modifier and Type Field Description private static Absent<?>
Absent. INSTANCE
Methods in com.jnape.palatable.lambda.semigroup.builtin that return Absent Modifier and Type Method Description static <A> Absent<A>
Absent. absent()
-