openlist
Interface Function1arg<Type>

All Known Implementing Classes:
DoubleSquareRooter, IntegerScaler, IntegerSquarer, OpenList.Neutralizer

public interface Function1arg<Type>

A Function1arg is an object used to implement a 1-argument function, to be passed to a higher-order method such as map.


Method Summary
 java.lang.Object apply(Type arg)
          Apply this function
 

Method Detail

apply

java.lang.Object apply(Type arg)
Apply this function

Parameters:
arg -
Returns:
the function's value