<&>(_:_:)
public func <&>
<
DS: FlowDataSource,
DD: FlowDataDestination
where
DS.ResultType == DD.DataType,
DS.QueryType == String
>
(left: UITextField, right: DataFlow<DS, DD>) -> TextFieldReactor<DS, DD>
Links text field to data flow
-
Undocumented
Declaration
Swift
public func <&> < DS: FlowDataSource, DD: FlowDataDestination where DS.ResultType == DD.DataType, DS.QueryType == String > (left: UITextField, right: DataFlow<DS, DD>) -> TextFieldReactor<DS, DD>