Interface LambdaExpression

    • Method Detail

      • setParameters

        void setParameters​(LambdaParameters value)
        Sets the value of the 'Parameters' containment reference.
        Parameters:
        value - the new value of the 'Parameters' containment reference.
        See Also:
        getParameters()
        Generated class or method.
      • setBody

        void setBody​(LambdaBody value)
        Sets the value of the 'Body' containment reference.
        Parameters:
        value - the new value of the 'Body' containment reference.
        See Also:
        getBody()
        Generated class or method.
      • doesLambdaMatchFunctionalInterface

        boolean doesLambdaMatchFunctionalInterface​(Interface functionalInterface)
        Generated class or method.
        EMF model class or method.
        required="true" functionalInterfaceRequired="true"
      • getReturnType

        Type getReturnType​(Type potentialReturnType)
        Generated class or method.
        EMF model class or method.