Platform SDK Java 8.5 API Reference

com.genesyslab.platform.applicationblocks.commons
Interface Predicate<T>

All Known Implementing Classes:
AndPredicate, CompositePredicateBase, ConfCacheFilter, GFAppCfgLogOptionsEventListener.TheAppLogOptionsFilter, GFAppCfgOptionsEventListener.TheAppConfigDataFilter, MessageFilter, MessageIdFilter, MessageNameFilter, MessageRangeFilter, NotificationFilter, OrPredicate, PredicateBase, RequestFilter

public interface Predicate<T>

Predicate interface defines contract for a predicate.


Method Summary
 boolean invoke(T obj)
          Evaluates predicate's condition of being true or false.
 

Method Detail

invoke

boolean invoke(T obj)
Evaluates predicate's condition of being true or false.

Parameters:
obj - object to be used for checking the predicate condition
Returns:
the true or false of the predicate's condition

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.