org.codehaus.jparsec.functors
Interface Binary<T>

All Superinterfaces:
Map2<T,T,T>

public interface Binary<T>
extends Map2<T,T,T>

Represents a binary operation on the same type T.

Implement this interface for binary operator instead of Map2 for brevity.

Author:
Ben Yu

Method Summary
 
Methods inherited from interface org.codehaus.jparsec.functors.Map2
map
 



Copyright © 2014. All rights reserved.