AutoGetter
public protocol AutoGetter : AutoOptics
Protocol for automatic derivation of Getter optics
-
getter(for:)Extension methodGenerates a Getter for the field given by the key path.
Declaration
Swift
static func getter<T>(for path: KeyPath<Self, T>) -> Getter<Self, T>Parameters
pathKey path of the field.
Return Value
A Getter optic focused on the provided field.
Install in Dash
AutoGetter Protocol Reference