|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.rice.cs.cunit.util.IPredicate.False
public static class IPredicate.False
FALSE.
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.False |
ONLY
|
Constructor Summary | |
---|---|
private |
IPredicate.False()
|
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 |
---|
public static final IPredicate.False ONLY
Constructor Detail |
---|
private IPredicate.False()
Method Detail |
---|
public java.lang.Boolean apply(java.lang.Boolean param)
ILambda
apply
in interface ILambda<java.lang.Boolean,java.lang.Boolean>
param
- lambda-specific parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |