Package | Description |
---|---|
net.objectlab.kit.util.predicate |
This package provides a small Predicate that can be rendered to a human readable String.
|
Modifier and Type | Method and Description |
---|---|
static PrintablePredicateOperand |
PrintablePredicateOperand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrintablePredicateOperand[] |
PrintablePredicateOperand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PrintablePredicate(PrintablePredicateOperand operand,
Predicate<? super T> left,
Predicate<? super T> right) |
PrintablePredicate(PrintablePredicateOperand operand,
Predicate<T> predicate,
Object... values) |
Copyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.