Package com.speedment.common.function
Interface LongToCharFunction
-
public interface LongToCharFunctionFunctional interface that corresponds to the method signaturechar apply(long).- Since:
- 1.0.4
- Author:
- Emil Forslund
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description charapplyAsChar(long value)Returns thecharvalue for the specifiedlong.
-