Package | Description |
---|---|
propel.core.functional.projections |
Modifier and Type | Method and Description |
---|---|
static Functions.Function0<java.lang.Void> |
MiscProjections.emptyFunc()
Returns a no-argument function with an empty body
|
static Functions.Function0<java.lang.Void> |
InvokeDynamicFunc.invokeMethodWithNoArgsOn(java.lang.Object obj,
java.lang.String methodName)
A no-argument action which invokes the method name specified on the given object.
|
static Functions.Function0<java.lang.Void> |
MiscProjections.throwExceptionFunc(java.lang.Throwable _e)
Action that throws the specified exception when being invoked.
|