lucee.Component
models.BaseProxy
models.Predicate
Functional Interface that maps to java.util.function.Predicate See https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html
| Constructor Summary | |
|---|---|
|
init(any f)
Constructor. |
|
| Method Summary | |
|---|---|
any
|
$and([any other])
|
any
|
$or([any other])
|
any
|
isEqual([any targetRef])
|
any
|
negate()
|
boolean
|
test(any t)
Evaluates this predicate on the given argument. |
| Methods inherited from class lucee.Component |
|---|
| None |
| Constructor Detail |
|---|
Constructor
f - The lambda or closure to be used in the apply() method| Method Detail |
|---|
otherothertargetRefEvaluates this predicate on the given argument.
t - true