KeyIn - the input key typeValueIn - the input value typeValueOut - the output value typepublic class PredicateSupplier<KeyIn,ValueIn,ValueOut> extends Supplier<KeyIn,ValueIn,ValueOut> implements IdentifiedDataSerializable
Predicates, used
 to filter and optionally transform data (using the given
 Supplier).| Constructor and Description | 
|---|
PredicateSupplier(Predicate<KeyIn,ValueIn> predicate)  | 
PredicateSupplier(Predicate<KeyIn,ValueIn> predicate,
                 Supplier<KeyIn,ValueIn,ValueOut> chainedSupplier)  | 
| Modifier and Type | Method and Description | 
|---|---|
ValueOut | 
apply(Map.Entry<KeyIn,ValueIn> entry)
The apply method is used to apply the actual filtering or extraction / transformation
 to the input entry. 
If the input value should be ignored by the aggregation, the Supplier has to return  | 
int | 
getFactoryId()
Returns DataSerializableFactory factory ID for this class. 
 | 
int | 
getId()
Returns type identifier for this class. 
 | 
void | 
readData(ObjectDataInput in)
Reads fields from the input stream 
 | 
void | 
writeData(ObjectDataOutput out)
Writes object fields to output stream 
 | 
all, all, fromKeyPredicate, fromKeyPredicate, fromPredicate, fromPredicatepublic ValueOut apply(Map.Entry<KeyIn,ValueIn> entry)
Suppliernullas the supplied value, therefor
nullis not a legal value itself!
public int getFactoryId()
IdentifiedDataSerializablegetFactoryId in interface IdentifiedDataSerializablepublic int getId()
IdentifiedDataSerializablegetId in interface IdentifiedDataSerializablepublic void writeData(ObjectDataOutput out) throws IOException
DataSerializablewriteData in interface DataSerializableout - outputIOException - if an I/O error occurs. In particular,
                     an IOException may be thrown if the
                     output stream has been closed.public void readData(ObjectDataInput in) throws IOException
DataSerializablereadData in interface DataSerializablein - inputIOException - if an I/O error occurs. In particular,
                     an IOException may be thrown if the
                     input stream has been closed.Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.