org.decisiondeck.utils
Class BooleanPredicate

java.lang.Object
  extended by org.decisiondeck.utils.BooleanPredicate
All Implemented Interfaces:
Predicate<Boolean>

public class BooleanPredicate
extends Object
implements Predicate<Boolean>


Constructor Summary
BooleanPredicate()
           
 
Method Summary
 boolean apply(Boolean input)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Constructor Detail

BooleanPredicate

public BooleanPredicate()
Method Detail

apply

public boolean apply(Boolean input)
Specified by:
apply in interface Predicate<Boolean>


Copyright © 2011. All Rights Reserved.