org.ehcache.function
Interface NullaryFunction<T>

Type Parameters:
T - the function return type

public interface NullaryFunction<T>

Generic function that returns a value.


Method Summary
 T apply()
          Returns the function result
 

Method Detail

apply

T apply()
Returns the function result

Returns:
the function result