Uses of Interface
com.oracle.coherence.common.base.Predicate
Packages that use Predicate
Package
Description
The net package provides a number networking related utility classes.
Contains basic cluster interfaces and factories.
- 
Uses of Predicate in com.oracle.coherence.common.net
Classes in com.oracle.coherence.common.net that implement PredicateModifier and TypeClassDescriptionstatic classcom.oracle.coherence.common.net.InetAddresses.IsRoutableThe IsRoutable predicate evaluates to true for any InetAddress which is externally routable.static classcom.oracle.coherence.common.net.InetAddresses.IsSubnetMaskIsSubnetMask predicate evaluates to true for any address with matches the pattern for the masked bits - 
Uses of Predicate in com.tangosol.net
Classes in com.tangosol.net that implement PredicateModifier and TypeClassDescriptionstatic classThe RoutableFilter evaluates to true for any InetAddress which is externally routable.static classSubnetMaskFilter evaluates to true for any address with matches the pattern for the masked bits