Package com.speedment.common.function
Interface LongToByteFunction
-
public interface LongToByteFunctionFunctional interface that corresponds to the method signaturebyte apply(long).- Since:
- 1.0.4
- Author:
- Emil Forslund
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byteapplyAsByte(long value)Returns thebytevalue for the specifiedlong.
-