org.javimmutable.collections
Interface Func0<T>

Type Parameters:
T -

public interface Func0<T>

Interface for functions that take no arguments and return a value of type T.


Method Summary
 T apply()
           
 

Method Detail

apply

T apply()


Copyright © 2014 Burton Computer Corporation. All rights reserved.