Predicate<T>
setMessageHandler(handler)
to handle incoming messages asynchronously.@Deprecated public class OrPredicate<T> extends CompositePredicateBase<T>
OrPredicate
class realizes 'OR' logical operation.Constructor | Description |
---|---|
OrPredicate() |
Deprecated.
|
OrPredicate(boolean isNegated) |
Deprecated.
Creates an instance of
OrPredicate class. |
OrPredicate(Predicate<T> predicate0,
Predicate<T> predicate1) |
Deprecated.
OrPredicate predicate created with this constructor is an analog
of an 'OR' binary logical operation. |
Modifier and Type | Method | Description |
---|---|---|
protected boolean |
evaluate(T obj) |
Deprecated.
Evaluates predicate's condition on true or false.
|
addPredicate, getPredicates, removePredicate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
invoke, isNegated, setNegated
public OrPredicate()
public OrPredicate(boolean isNegated)
OrPredicate
class.isNegated
- if true the predicate is considered as negated:
an analog of the logical 'NOT' operationprotected boolean evaluate(T obj)
PredicateBase
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.