Class BoolFuncNegate<TypeIn>

java.lang.Object
  extended by BoolFuncNegate<TypeIn>
All Implemented Interfaces:
IFuncObj<TypeIn,java.lang.Boolean>

public class BoolFuncNegate<TypeIn>
extends java.lang.Object
implements IFuncObj<TypeIn,java.lang.Boolean>

Turns a boolean function object into its negation

Since:
1.1

Constructor Summary
BoolFuncNegate(IFuncObj<TypeIn,java.lang.Boolean> func)
           
 
Method Summary
 java.lang.Boolean doFunc(TypeIn in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoolFuncNegate

public BoolFuncNegate(IFuncObj<TypeIn,java.lang.Boolean> func)
Method Detail

doFunc

public java.lang.Boolean doFunc(TypeIn in)
Specified by:
doFunc in interface IFuncObj<TypeIn,java.lang.Boolean>