public final class CharPredicates extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.collections.api.block.predicate.primitive.CharPredicate |
alwaysFalse() |
static org.eclipse.collections.api.block.predicate.primitive.CharPredicate |
alwaysTrue() |
static org.eclipse.collections.api.block.predicate.primitive.CharPredicate |
and(org.eclipse.collections.api.block.predicate.primitive.CharPredicate one,
org.eclipse.collections.api.block.predicate.primitive.CharPredicate two) |
static org.eclipse.collections.api.block.predicate.primitive.CharPredicate |
equal(char expected) |
static org.eclipse.collections.api.block.predicate.primitive.CharPredicate |
greaterThan(char expected) |
static org.eclipse.collections.api.block.predicate.primitive.CharPredicate |
isDigit() |
static org.eclipse.collections.api.block.predicate.primitive.CharPredicate |
isDigitOrDot() |
static org.eclipse.collections.api.block.predicate.primitive.CharPredicate |
isLetter() |
static org.eclipse.collections.api.block.predicate.primitive.CharPredicate |
isLetterOrDigit() |
static org.eclipse.collections.api.block.predicate.primitive.CharPredicate |
isLowerCase() |
static org.eclipse.collections.api.block.predicate.primitive.CharPredicate |
isUndefined() |
static org.eclipse.collections.api.block.predicate.primitive.CharPredicate |
isUpperCase() |
static org.eclipse.collections.api.block.predicate.primitive.CharPredicate |
isWhitespace() |
static org.eclipse.collections.api.block.predicate.primitive.CharPredicate |
lessThan(char expected) |
static org.eclipse.collections.api.block.predicate.primitive.CharPredicate |
not(org.eclipse.collections.api.block.predicate.primitive.CharPredicate negate) |
static org.eclipse.collections.api.block.predicate.primitive.CharPredicate |
or(org.eclipse.collections.api.block.predicate.primitive.CharPredicate one,
org.eclipse.collections.api.block.predicate.primitive.CharPredicate two) |
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate equal(char expected)
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate lessThan(char expected)
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate greaterThan(char expected)
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate isUpperCase()
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate isLowerCase()
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate isDigit()
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate isDigitOrDot()
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate isLetter()
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate isLetterOrDigit()
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate isWhitespace()
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate isUndefined()
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate alwaysTrue()
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate alwaysFalse()
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate and(org.eclipse.collections.api.block.predicate.primitive.CharPredicate one,
org.eclipse.collections.api.block.predicate.primitive.CharPredicate two)
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate or(org.eclipse.collections.api.block.predicate.primitive.CharPredicate one,
org.eclipse.collections.api.block.predicate.primitive.CharPredicate two)
public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate not(org.eclipse.collections.api.block.predicate.primitive.CharPredicate negate)
Copyright © 2004–2018. All rights reserved.