Uses of Interface
edu.rice.cs.plt.lambda.LambdaUtil.GeneralPredicate

Packages that use LambdaUtil.GeneralPredicate
edu.rice.cs.plt.lambda A collection of interfaces facilitating first-class functions in Java. 
 

Uses of LambdaUtil.GeneralPredicate in edu.rice.cs.plt.lambda
 

Fields in edu.rice.cs.plt.lambda declared as LambdaUtil.GeneralPredicate
static LambdaUtil.GeneralPredicate LambdaUtil.FALSE
          A predicate whose result is always false.
static LambdaUtil.GeneralPredicate LambdaUtil.TRUE
          A predicate whose result is always true.
 

Methods in edu.rice.cs.plt.lambda that return LambdaUtil.GeneralPredicate
static LambdaUtil.GeneralPredicate LambdaUtil.promote(Condition cond)
          Create a GeneralPredicate equivalent to cond that ignores any arguments.