|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LambdaUtil.GeneralLambda | |
|---|---|
| edu.rice.cs.plt.lambda | A collection of interfaces facilitating first-class functions in Java. |
| Uses of LambdaUtil.GeneralLambda in edu.rice.cs.plt.lambda |
|---|
| Methods in edu.rice.cs.plt.lambda that return LambdaUtil.GeneralLambda | ||
|---|---|---|
static
|
LambdaUtil.exceptionLambda(RuntimeException e)
Create a lambda that always throws the given exception. |
|
static
|
LambdaUtil.nullLambda()
Create a lambda whose result is always null. |
|
static
|
LambdaUtil.promote(Thunk<? extends R> thunk)
Create a GeneralLambda equivalent to thunk that ignores any arguments. |
|
static
|
LambdaUtil.valueLambda(T val)
Create a lambda whose result is always val. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||