public class call_with_values extends Procedure2
| Modifier and Type | Field and Description |
|---|---|
static call_with_values |
callWithValues |
compilerKey, compilerXKey, validateApplyKey, validateXApplyKeynameKey| Constructor and Description |
|---|
call_with_values() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(CallContext ctx)
Call this Procedure using the explicit-CallContext-convention.
|
java.lang.Object |
apply2(java.lang.Object producer,
java.lang.Object consumer) |
static java.lang.Object |
callWithValues(Procedure producer,
Procedure consumer) |
apply, check0, check1, check2, check3, check4, checkArgCount, checkN, getReturnType, getSetter, getSourceLocation, isSideEffectFree, match0, match1, match2, match3, match4, matchN, maxArgs, maxArgs, minArgs, minArgs, set0, set1, setN, setSetter, setSourceLocation, toStringgetName, getProperty, getSymbol, removeProperty, setName, setProperty, setProperty, setSymbolpublic static final call_with_values callWithValues
public static java.lang.Object callWithValues(Procedure producer, Procedure consumer) throws java.lang.Throwable
java.lang.Throwablepublic java.lang.Object apply2(java.lang.Object producer,
java.lang.Object consumer)
throws java.lang.Throwable
apply2 in class Procedure2java.lang.Throwablepublic void apply(CallContext ctx) throws java.lang.Throwable
Procedure