Interface Function1

All Known Implementing Classes:
Ranger, Scaler

interface Function1

Function1 is an interface specification for a function object of 1 argument. The apply method is called when this function is to be applied to an Object. It returns an Object.


Method Summary
 java.lang.Object apply(java.lang.Object x)
          Apply this Function1 to an Object argument, returning an Object.
 

Method Detail

apply

public java.lang.Object apply(java.lang.Object x)
Apply this Function1 to an Object argument, returning an Object.