org.littleshoot.util
Interface F1<T,ReturnT>

Type Parameters:
T - The type of the parameter.
ReturnT - The return type of the function.

public interface F1<T,ReturnT>

A one-argument function.


Method Summary
 ReturnT run(T arg)
          Runs this function.
 

Method Detail

run

ReturnT run(T arg)
Runs this function.

Parameters:
arg - The argument.
Returns:
The return value of this function.


Copyright © 2011-2013 LittleShoot. All Rights Reserved.