select<T, R> abstract method
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);