com.jeffpalm.util
Class Function.Int

java.lang.Object
  extended by com.jeffpalm.util.Function.Int
All Implemented Interfaces:
Function
Enclosing interface:
Function

public abstract static class Function.Int
extends java.lang.Object
implements Function


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.jeffpalm.util.Function
Function.Int, Function.Predicate, Function.String
 
Constructor Summary
Function.Int()
           
 
Method Summary
abstract  java.lang.Object apply(int i)
           
 java.lang.Object apply(java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Function.Int

public Function.Int()
Method Detail

apply

public final java.lang.Object apply(java.lang.Object[] args)
Specified by:
apply in interface Function

apply

public abstract java.lang.Object apply(int i)