edu.rice.cs.cunit.util
Class IPredicate.Nary.Bind<P>

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

public static class IPredicate.Nary.Bind<P>
extends ILambda.Nary.Bind<java.lang.Boolean,P>

(N-1)-ary decorator for an N-ary predicate that binds a constant to one of its parameters.


Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.rice.cs.cunit.util.ILambda.Nary
ILambda.Nary.BinaryAdaptor<R,P>, ILambda.Nary.Bind<R,P>, ILambda.Nary.BindK<R,P>, ILambda.Nary.Max<T extends java.lang.Comparable<T>>, ILambda.Nary.Min<T extends java.lang.Comparable<T>>, ILambda.Nary.TernaryAdaptor<R,P>, ILambda.Nary.UnaryAdaptor<R,P>
 
Constructor Summary
IPredicate.Nary.Bind(ILambda.Nary<java.lang.Boolean,P> decoree, int index, P constant)
           
 
Method Summary
 
Methods inherited from class edu.rice.cs.cunit.util.ILambda.Nary.Bind
apply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IPredicate.Nary.Bind

public IPredicate.Nary.Bind(ILambda.Nary<java.lang.Boolean,P> decoree,
                            int index,
                            P constant)