| Package | flare.util |
| Interface | public interface IPredicate |
| Implementors | Expression, Property |
| Method | Defined by | ||
|---|---|---|---|
|
predicate(o:Object):Boolean
Boolean test function that returns true or false for an
input object.
| IPredicate | ||
| predicate | () | method |
public function predicate(o:Object):BooleanBoolean test function that returns true or false for an input object.
Parameterso:Object — the input object
|
Boolean — true or false
|