net.ericaro.neoitertools
Interface Operator<T>


public interface Operator<T>

generic operator definition within T domain.

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

Method Summary
 T operate(T t1, T t2)
           
 

Method Detail

operate

T operate(T t1,
          T t2)


Copyright © 2011. All Rights Reserved.