V - the type of elements maintained by this Collectionpublic interface FloatObjectUnaryOperator<V>
extends java.util.function.BiFunction<java.lang.Float,V,V>
| Modifier and Type | Method and Description |
|---|---|
V |
apply(float k,
V v)
A Type Specifc apply method to reduce boxing/unboxing.
|
default V |
apply(java.lang.Float k,
V v) |