com.banda.function.business
Class BooleanFunctionEvaluator<FUN extends Function<Boolean,Boolean>>

java.lang.Object
  extended by com.banda.function.business.AbstractFunctionEvaluator<FUN,Boolean,Boolean>
      extended by com.banda.function.business.BooleanFunctionEvaluator<FUN>
All Implemented Interfaces:
FunctionEvaluator<FUN,Boolean,Boolean>

public abstract class BooleanFunctionEvaluator<FUN extends Function<Boolean,Boolean>>
extends AbstractFunctionEvaluator<FUN,Boolean,Boolean>


Constructor Summary
BooleanFunctionEvaluator(FUN function)
           
 
Method Summary
 Boolean evaluate(Collection<Boolean> inputs)
           
 
Methods inherited from class com.banda.function.business.AbstractFunctionEvaluator
evaluate, getFunction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.banda.function.business.FunctionEvaluator
evaluate
 

Constructor Detail

BooleanFunctionEvaluator

public BooleanFunctionEvaluator(FUN function)
Method Detail

evaluate

public Boolean evaluate(Collection<Boolean> inputs)


Copyright © 2012. All Rights Reserved.