public class AccumulateFunction extends Object
Modifier and Type | Field and Description |
---|---|
protected Supplier<?> |
functionSupplier |
protected Argument |
source |
Constructor and Description |
---|
AccumulateFunction(Argument source,
Supplier<?> functionSupplier) |
Modifier and Type | Method and Description |
---|---|
AccumulateFunction |
as(Variable result) |
Object |
createFunctionObject() |
Variable[] |
getExternalVars() |
Variable |
getResult() |
Argument |
getSource() |
boolean |
isFixedValue() |
AccumulateFunction |
with(Variable... externalVars) |
protected final Argument source
protected final Supplier<?> functionSupplier
public Argument getSource()
public Object createFunctionObject()
public Variable getResult()
public AccumulateFunction as(Variable result)
public Variable[] getExternalVars()
public AccumulateFunction with(Variable... externalVars)
public boolean isFixedValue()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.