org.decisiondeck.utils
Class GEQ

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

public class GEQ
extends Object
implements Predicate<Double>


Constructor Summary
GEQ(double value)
           
 
Method Summary
 boolean apply(Double 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

GEQ

public GEQ(double value)
Method Detail

apply

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


Copyright © 2011. All Rights Reserved.