jfun.parsec
Interface Binary<T>

Type Parameters:
T -
All Superinterfaces:
Map2<T,T,T>, java.io.Serializable

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

This interface represents a binary operation on the same type.

Implement this interface for binary operator instead of Map2 to save keystrokes.

Since:
version 1.0
Author:
Ben Yu Apr 6, 2006 7:20:24 PM

Method Summary
 
Methods inherited from interface jfun.parsec.Map2
map