Interface PortablePredicate<T>
-
- Type Parameters:
T- the type of input to theRemote.Predicate
- All Superinterfaces:
PortableObject,Predicate<T>,Remote.Predicate<T>,Serializable
- All Known Implementing Classes:
Predicates.AlwaysPredicate,Predicates.EqualToPredicate,Predicates.IsValuePredicate,Predicates.NegatePredicate,Predicates.NeverPredicate,Predicates.NullValuePredicate,Predicates.OptionPredicate,Predicates.RolePredicate,Predicates.ThrowablePredicate
public interface PortablePredicate<T> extends Remote.Predicate<T>, PortableObject
Represents a portableRemote.Predicate(boolean-valued function) with a single argument; a convenience interface for an implementation with no properties that require serialization.- Since:
- 21.12
- Author:
- lh
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidreadExternal(PofReader pofReader)default voidwriteExternal(PofWriter pofWriter)-
Methods inherited from interface com.tangosol.util.function.Remote.Predicate
and, negate, or
-
-
-
-
Method Detail
-
readExternal
default void readExternal(PofReader pofReader) throws IOException
- Specified by:
readExternalin interfacePortableObject- Throws:
IOException
-
writeExternal
default void writeExternal(PofWriter pofWriter) throws IOException
- Specified by:
writeExternalin interfacePortableObject- Throws:
IOException
-
-