Package com.speedment.common.function
Interface LongToBooleanFunction
-
public interface LongToBooleanFunctionFunctional interface that corresponds to the method signatureboolean apply(long).- Since:
- 1.0.4
- Author:
- Emil Forslund
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanapplyAsBoolean(long value)Returns thebooleanvalue for the specifiedlong.
-