Modul speiger.src.collections
Schnittstelle LongCharUnaryOperator
- Alle Superschnittstellen:
BiFunction<Long,Character, Character>
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdefault CharactercharapplyAsChar(long k, char v) A Type Specifc apply method to reduce boxing/unboxing.Von Schnittstelle geerbte Methoden java.util.function.BiFunction
andThen
-
Methodendetails
-
applyAsChar
char applyAsChar(long k, char v) 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<Long,Character, Character>
-