Package com.atlassian.jira.entity
Class GenericValueFunctions.GetLongFunction
java.lang.Object
com.atlassian.jira.entity.GenericValueFunctions.GetLongFunction
- All Implemented Interfaces:
Function<org.ofbiz.core.entity.GenericValue,
,Long> com.google.common.base.Function<org.ofbiz.core.entity.GenericValue,
,Long> Function<org.ofbiz.core.entity.GenericValue,
Long>
- Enclosing class:
- GenericValueFunctions
-
Constructor Details
-
GetLongFunction
-
-
Method Details
-
apply
Description copied from interface:Function
Resolves an outputwhere an input is given. - Specified by:
apply
in interfaceFunction<org.ofbiz.core.entity.GenericValue,
Long> - Specified by:
apply
in interfacecom.google.common.base.Function<org.ofbiz.core.entity.GenericValue,
Long> - Specified by:
apply
in interfaceFunction<org.ofbiz.core.entity.GenericValue,
Long> - Parameters:
input
- an object of type D.- Returns:
- the output of type R.
-