Configurable

public protocol Configurable

Adds the capability to be configured using the given value.

  • Undocumented

    Declaration

    Swift

    associatedtype ValueType
  • Setups the object with the given value.

    Declaration

    Swift

    mutating func setup(with value: ValueType)

    Parameters

    with

    The value to setup with.