xtc.util
Interface Function.F1<R,A>

Enclosing class:
Function

public static interface Function.F1<R,A>

A function with one argument.


Method Summary
 R apply(A a)
           
 

Method Detail

apply

R apply(A a)


Copyright © 2012. All Rights Reserved.