net.ericaro.neoitertools
Interface Lambda<I,O>


public interface Lambda<I,O>

generic interface to convert a type I (as In) to O (as Out)

Author:
eric
See Also:
Lambda's wiki page, neoitertools site

Method Summary
 O map(I arg)
           
 

Method Detail

map

O map(I arg)


Copyright © 2011. All Rights Reserved.