Uses of Interface
com.oracle.coherence.common.base.Predicate
-
Packages that use Predicate Package Description com.oracle.coherence.common.net com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of Predicate in com.oracle.coherence.common.net
Classes in com.oracle.coherence.common.net with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw 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
InetAddressHelper.RoutableFilter
The RoutableFilter evaluates to true for any InetAddress which is externally routable.static class
InetAddressHelper.SubnetMaskFilter
SubnetMaskFilter evaluates to true for any address with matches the pattern for the masked bits
-