edu.rice.cs.cunit.util
Class IPredicate.Binary.Bind1st<Boolean,P,Q>

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

public static class IPredicate.Binary.Bind1st<Boolean,P,Q>
extends ILambda.Binary.Bind1st<Boolean,P,Q>

Unary decorator for a binary predicate that binds a constant to its first parameter.


Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.rice.cs.cunit.util.ILambda
ILambda.Binary<R,P,Q>, ILambda.Nary<R,P>, ILambda.NaryAdaptor<R,P>, ILambda.Ternary<R,P,Q,S>
 
Constructor Summary
IPredicate.Binary.Bind1st(ILambda.Binary<Boolean,P,Q> decoree, P constant)
           
 
Method Summary
 
Methods inherited from class edu.rice.cs.cunit.util.ILambda.Binary.Bind1st
apply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IPredicate.Binary.Bind1st

public IPredicate.Binary.Bind1st(ILambda.Binary<Boolean,P,Q> decoree,
                                 P constant)