SelectorProtocol public protocol SelectorProtocol Something which selects a Value from the specified State. State The input for the Selector. Declaration Swift associatedtype State Value The output of the Selector, Declaration Swift associatedtype Value map(_:) A pure function which takes a State and returns a Value from it. Declaration Swift func map(_ state: State) -> Value Parameters state The State to map Return Value The Value mapped from the State © 2021 under open source license. Generated by jazzy ♪♫ v0.14.4, a Realm project.