Class CharPredicates
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.CharPredicates
public final class CharPredicates extends Object
Provides a set of common predicates for char values.
This file was automatically generated from template file primitivePredicates.stg.
-
Method Summary
Modifier and Type Method Description static CharPredicatealwaysFalse()static CharPredicatealwaysTrue()static CharPredicateand(CharPredicate one, CharPredicate two)static CharPredicateequal(char expected)static CharPredicategreaterThan(char expected)static CharPredicateisDigit()static CharPredicateisDigitOrDot()static CharPredicateisLetter()static CharPredicateisLetterOrDigit()static CharPredicateisLowerCase()static CharPredicateisUndefined()static CharPredicateisUpperCase()static CharPredicateisWhitespace()static CharPredicatelessThan(char expected)static CharPredicatenot(CharPredicate negate)static CharPredicateor(CharPredicate one, CharPredicate two)