R - the type of the result of the function@FunctionalInterface public interface IByteFunction<R> extends Serializable
byte-consuming primitive specialization for
Function.
This is a functional interface whose functional method is
apply(byte).
Function| Modifier and Type | Method and Description |
|---|---|
R |
apply(byte value)
Applies this function to the given argument.
|
R apply(byte value)
value - the function argumentCopyright © 2014–2019 Philip Helger. All rights reserved.