Interface Initializer

    • Method Detail

      • of

        static Initializer of()
        Creates a new instance implementing this interface by using the default implementation.
        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