Selector1
public class Selector1<State, S1, Value>: Selector<State, Value> where
S1: SelectorProtocol, S1.State == State
A Selector
created from a Selector
s and a projector
function.
-
A pure function which takes the
Value
from the otherSelector
and returns a newValue
.Declaration
Swift
public let projector: (S1.Value) -> Value