org.codehaus.jparsec.functors
Interface Unary<T>

All Superinterfaces:
Map<T,T>

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

Represents a unary operation on the same type T.

Implement this interface for unary operator instead of Map for brevity.

Author:
Ben Yu

Method Summary
 
Methods inherited from interface org.codehaus.jparsec.functors.Map
map
 



Copyright © 2014. All rights reserved.