T
public interface Binary<T> extends Map2<T,T,T>
Implement this interface for binary operator instead of Map2 to save keystrokes.
Map2
map