jfun.parsec
Interface Unary<T>

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

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.

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

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