public interface IInvokableFeatureReference<R,T> extends IFeatureReference<R,T>
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(Object... args)
Evaluates reflectively
|
Object[] |
getBoundArgValues() |
T |
getInvoke()
Returns the method reference as a block in an invocation-friendly syntax
|
T |
toBlock()
Returns the method reference as a block in a transformation-friendly syntax
|
getFeatureInfo, getRootTypeT getInvoke()
T toBlock()
Object[] getBoundArgValues()
Copyright © 2022. All rights reserved.