Package com.speedment.common.function
Interface LongToShortFunction
-
public interface LongToShortFunctionFunctional interface that corresponds to the method signatureshort apply(long).- Since:
- 1.0.4
- Author:
- Emil Forslund
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description shortapplyAsShort(long value)Returns theshortvalue for the specifiedlong.
-