jfun.parsec

Interface Unary<T>

public interface Unary<T> extends Map<T,T>

This interface represents a unary operation on the same type.

Implement this interface for unary operator instead of Map to save keystrokes.

Parameters:

Since: version 1.0

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