Modul speiger.src.collections
Schnittstelle ObjectByteUnaryOperator<T>
- Typparameter:
T- the keyType of elements maintained by this Collection
- Alle Superschnittstellen:
BiFunction<T,Byte, Byte>
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
-
Methodenübersicht
Von Schnittstelle geerbte Methoden java.util.function.BiFunction
andThen
-
Methodendetails
-
applyAsByte
A Type Specifc apply method to reduce boxing/unboxing. Applies this function to the given arguments.- Parameter:
k- the first function argumentv- the second function argument- Gibt zurück:
- the function result
-
apply
- Angegeben von:
applyin SchnittstelleBiFunction<T,Byte, Byte>
-