com.atlassian.jira.entity
Class GenericValueFunctions.GetLongFunction

java.lang.Object
  extended by com.atlassian.jira.entity.GenericValueFunctions.GetLongFunction
All Implemented Interfaces:
com.atlassian.util.concurrent.Function<org.ofbiz.core.entity.GenericValue,Long>
Enclosing class:
GenericValueFunctions

public static class GenericValueFunctions.GetLongFunction
extends Object
implements com.google.common.base.Function<org.ofbiz.core.entity.GenericValue,Long>, Function<org.ofbiz.core.entity.GenericValue,Long>


Constructor Summary
GenericValueFunctions.GetLongFunction(String field)
           
 
Method Summary
 Long apply(org.ofbiz.core.entity.GenericValue input)
           
 Long get(org.ofbiz.core.entity.GenericValue input)
          Resolves an output where an input is given.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

GenericValueFunctions.GetLongFunction

public GenericValueFunctions.GetLongFunction(String field)
Method Detail

apply

public Long apply(org.ofbiz.core.entity.GenericValue input)

get

public Long get(org.ofbiz.core.entity.GenericValue input)
Description copied from interface: Function
Resolves an output where an input is given.

Specified by:
get in interface com.atlassian.util.concurrent.Function<org.ofbiz.core.entity.GenericValue,Long>
Parameters:
input - an object of type D.
Returns:
the output of type R.


Copyright © 2002-2014 Atlassian. All Rights Reserved.