Schnittstelle ObjectObjectUnaryOperator<T,V>

Typparameter:
T - the keyType of elements maintained by this Collection
V - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
BiFunction<T,V,V>

public interface ObjectObjectUnaryOperator<T,V> extends BiFunction<T,V,V>
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing