Uses of Class
edu.rice.cs.cunit.util.ILambda.Binary.Bind2nd

Packages that use ILambda.Binary.Bind2nd
edu.rice.cs.cunit.util   
 

Uses of ILambda.Binary.Bind2nd in edu.rice.cs.cunit.util
 

Subclasses of ILambda.Binary.Bind2nd in edu.rice.cs.cunit.util
static class ILambda.Ternary.Bind2nd3rd<R,P,Q,S>
          Unary decorator for a ternary lambda that binds constants to its second and third parameters.
static class IPredicate.Binary.Bind2nd<Boolean,P,Q>
          Unary decorator for a binary predicate that binds a constant to its second parameter.
static class IPredicate.Ternary.Bind2nd3rd<Boolean,P,Q,S>
          Unary decorator for a ternary predicate that binds constants to its second and third parameters.