Class Booleans
java.lang.Object
org.opencastproject.util.data.functions.Booleans
Boolean functions.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioneq(A a) static <A extends Comparable<A>>
Function<A, Boolean> gt(A a) static <A extends Comparable<A>>
Function<A, Boolean> lt(A a) yes()A function that always returns true.
-
Field Details
-
not
-
-
Method Details
-
eq
-
lt
-
gt
-
yes
A function that always returns true. -
not
-