| Modifier and Type | Method and Description |
|---|---|
static GreaterLessPredicate |
ge(Comparable<?> value)
Greater or equal
|
static GreaterLessPredicate |
gr(Comparable<?> value)
Greater
|
static GreaterLessPredicate |
le(Comparable<?> value)
Less or equal
|
static GreaterLessPredicate |
ls(Comparable<?> value)
Less
|
boolean |
test(Object input) |
public static GreaterLessPredicate le(Comparable<?> value)
value - GreaterLessPredicatepublic static GreaterLessPredicate ls(Comparable<?> value)
value - GreaterLessPredicatepublic static GreaterLessPredicate ge(Comparable<?> value)
value - GreaterLessPredicatepublic static GreaterLessPredicate gr(Comparable<?> value)
value - GreaterLessPredicateCopyright © 2011-2015–2017 Pivotal Software, Inc.. All rights reserved.