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
withThe value to setup with.
View on GitHub
Configurable Protocol Reference