Interface IInvokableFeatureReference<R,​T>

    • Method Detail

      • evaluate

        Object evaluate​(Object... args)
        Evaluates reflectively
      • getInvoke

        T getInvoke()
        Returns the method reference as a block in an invocation-friendly syntax
      • toBlock

        T toBlock()
        Returns the method reference as a block in a transformation-friendly syntax
      • getBoundArgValues

        Object[] getBoundArgValues()
        Returns:
        an array of bound values if the feature had them, and null otherwise