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

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

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

Subclasses of ILambda.Binary.Bind1st in edu.rice.cs.cunit.util
static class ILambda.Ternary.Bind1st2nd<R,P,Q,S>
          Unary decorator for a ternary lambda that binds constants to its first and second parameters.
static class ILambda.Ternary.Bind1st3rd<R,P,Q,S>
          Unary decorator for a ternary lambda that binds constants to its first and third parameters.