select<T, R> abstract method

R select<T, R>(
  1. Target<T, R> target
)

A function to read SimpleProvider or a StateProvider and subscribe to the events.

this method returns the value returned by the select or when methods

Implementation

R select<T, R>(Target<T, R> target);