T
public interface Unary<T> extends Map<T,T>
Implement this interface for unary operator instead of Map to save keystrokes.
Map
map