|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.applicationblocks.commons.PredicateBase<T>
com.genesyslab.platform.applicationblocks.commons.CompositePredicateBase<T>
com.genesyslab.platform.applicationblocks.commons.AndPredicate<T>
setMessageHandler(handler)
to handle incoming messages asynchronously.
@Deprecated public class AndPredicate<T>
AndPredicate
class realizes 'AND' logical operation.
Constructor Summary | |
---|---|
AndPredicate()
Deprecated. |
|
AndPredicate(boolean isNegated)
Deprecated. |
|
AndPredicate(Predicate<T> predicate0,
Predicate<T> predicate1)
Deprecated. Creates an instance of AndPredicate class. |
Method Summary | |
---|---|
protected boolean |
evaluate(T obj)
Deprecated. Evaluates predicate's condition of being true or false. |
Methods inherited from class com.genesyslab.platform.applicationblocks.commons.CompositePredicateBase |
---|
addPredicate, getPredicates, removePredicate |
Methods inherited from class com.genesyslab.platform.applicationblocks.commons.PredicateBase |
---|
invoke, isNegated, setNegated |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AndPredicate()
public AndPredicate(boolean isNegated)
public AndPredicate(Predicate<T> predicate0, Predicate<T> predicate1)
AndPredicate
class.
AndPredicate predicate created with this constructor is an analog of a 'AND' binary
logical operation.
predicate0
- the first predicate.predicate1
- the second predicate.Method Detail |
---|
protected boolean evaluate(T obj)
evaluate
in class PredicateBase<T>
obj
- Object to be used for checking the predicate condition
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |