Class BoolFuncTrue<TypeIn>

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

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

Boolean function object which always returns True

Since:
1.1

Constructor Summary
BoolFuncTrue()
           
 
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

BoolFuncTrue

public BoolFuncTrue()
Method Detail

doFunc

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