Class CharPredicates
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.CharPredicates
Provides a set of common predicates for char values.
This file was automatically generated from template file primitivePredicates.stg.
-
Method Summary
Modifier and TypeMethodDescriptionstatic CharPredicatestatic CharPredicatestatic CharPredicateand(CharPredicate one, CharPredicate two) static CharPredicateequal(char expected) static CharPredicategreaterThan(char expected) static CharPredicateisDigit()static CharPredicatestatic CharPredicateisLetter()static CharPredicatestatic CharPredicatestatic CharPredicatestatic CharPredicatestatic CharPredicatestatic CharPredicatelessThan(char expected) static CharPredicatenot(CharPredicate negate) static CharPredicateor(CharPredicate one, CharPredicate two)
-
Method Details
-
equal
-
lessThan
-
greaterThan
-
isUpperCase
-
isLowerCase
-
isDigit
-
isDigitOrDot
-
isLetter
-
isLetterOrDigit
-
isWhitespace
-
isUndefined
-
alwaysTrue
-
alwaysFalse
-
and
-
or
-
not
-