Watch<Value, T> typedef

Watch<Value, T> = T Function(Value)

Function for detecting an object to observe.

Implementation

typedef Watch<Value, T> = T Function(Value);