util.fn
Interface Lambda<A0,R>

Type Parameters:
A0 - Argument type
R - Return type

public interface Lambda<A0,R>

Function from A0 to R.


Method Summary
 R call(A0 arg0)
           
 

Method Detail

call

R call(A0 arg0)