jfun.parsec

Interface Binary<T>

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.

Parameters:

Since: version 1.0

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