Interface ILambda<A,B>


interface ILambda<A,B>


Method Summary
 B apply(A host)
           
 

Method Detail

apply

B apply(A host)