Extensible

public protocol Extensible

Defines method for wrapping entity with base behavior to this type.

  • Undocumented

    Declaration

    Swift

    associatedtype Conformed
  • Common method for create entity of this type with base behavior.

    Declaration

    Swift

    static func build(_ base: Conformed) -> Self

    Parameters

    base

    Entity implements required behavior

    Return Value

    Initialized entity