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 invokation-friendly syntax
|
T |
toBlock()
Returns the method reference as a block in a transformation-friendly syntax
|
getFeatureInfo, getRootTypeT getinvoke()
T toBlock()
Object[] getBoundArgValues()
Copyright © 2019. All rights reserved.