edu.rice.cs.cunit.util
Class IPredicate.True

java.lang.Object
  extended by edu.rice.cs.cunit.util.IPredicate.True
All Implemented Interfaces:
ILambda<java.lang.Boolean,java.lang.Boolean>, IPredicate<java.lang.Boolean>
Enclosing interface:
IPredicate<P>

public static class IPredicate.True
extends java.lang.Object
implements IPredicate<java.lang.Boolean>

TRUE.


Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.rice.cs.cunit.util.IPredicate
IPredicate.Binary<P,Q>, IPredicate.False, IPredicate.Nary<P>, IPredicate.Not, IPredicate.Ternary<P,Q,S>, IPredicate.True
 
Nested classes/interfaces inherited from interface edu.rice.cs.cunit.util.ILambda
ILambda.NaryAdaptor<R,P>
 
Field Summary
static IPredicate.True ONLY
           
 
Constructor Summary
private IPredicate.True()
           
 
Method Summary
 java.lang.Boolean apply(java.lang.Boolean param)
          Apply the lambda.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ONLY

public static final IPredicate.True ONLY
Constructor Detail

IPredicate.True

private IPredicate.True()
Method Detail

apply

public java.lang.Boolean apply(java.lang.Boolean param)
Description copied from interface: ILambda
Apply the lambda.

Specified by:
apply in interface ILambda<java.lang.Boolean,java.lang.Boolean>
Parameters:
param - lambda-specific parameter
Returns:
lambda-specific return value