com.jeffpalm.util
Class Function.Predicate

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

public abstract static class Function.Predicate
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.Predicate()
           
 
Method Summary
abstract  boolean apply(java.lang.Object o)
           
 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.Predicate

public Function.Predicate()
Method Detail

apply

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

apply

public abstract boolean apply(java.lang.Object o)