Interface InterfaceMethod

    • Method Detail

      • of

        static InterfaceMethod of​(Method wrapped)
        Creates a new instance implementing this interface by wrapping an existing Method in an InterfaceMethodImpl.
        Parameters:
        wrapped - the wrapped method
        Returns:
        the new instance
      • static_

        default T static_()
        Adds the static keyword to this model.
        Returns:
        a reference to this model
      • notStatic

        default T notStatic()
        Removes the static keyword from this model.
        Returns:
        a reference to this model
      • default_

        default T default_()
        Adds the default keyword to this model.
        Returns:
        a reference to this model
      • notDefault

        default T notDefault()
        Removes the default keyword from this model.
        Returns:
        a reference to this model