Predicate<T>
setMessageHandler(handler)
to handle incoming messages asynchronously.@Deprecated public class AndPredicate<T> extends CompositePredicateBase<T>
AndPredicate
class realizes 'AND' logical operation.Constructor | Description |
---|---|
AndPredicate() |
Deprecated.
|
AndPredicate(boolean isNegated) |
Deprecated.
|
AndPredicate(Predicate<T> predicate0,
Predicate<T> predicate1) |
Deprecated.
Creates an instance of
AndPredicate class. |
Modifier and Type | Method | Description |
---|---|---|
protected boolean |
evaluate(T obj) |
Deprecated.
Evaluates predicate's condition of being true or false.
|
addPredicate, getPredicates, removePredicate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
invoke, isNegated, setNegated
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.protected boolean evaluate(T obj)
evaluate
in class PredicateBase<T>
obj
- Object to be used for checking the predicate conditionSend comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.