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 Predicate
    Modifier and Type
    Class
    Description
    static class 
    com.oracle.coherence.common.net.InetAddresses.IsRoutable
    The IsRoutable predicate evaluates to true for any InetAddress which is externally routable.
    static class 
    com.oracle.coherence.common.net.InetAddresses.IsSubnetMask
    IsSubnetMask 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 Predicate
    Modifier and Type
    Class
    Description
    static class 
    The RoutableFilter evaluates to true for any InetAddress which is externally routable.
    static class 
    SubnetMaskFilter evaluates to true for any address with matches the pattern for the masked bits