# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ValueTimer1 is a timer that calls the supplied observer function.
ValueTimer2 is similar to ValueTimer1 but can be used with functions returning two values.
ValueTimer3 is similar to ValueTimer1 but can be used with functions returning three values.
ValueTimer4 is similar to ValueTimer1 but can be used with functions returning four values.
ValueTimer5 is similar to ValueTimer1 but can be used with functions returning five values.
# Interfaces
ValueObserver1 is a callback interface that is called with a piece of data and a metric value.
ValueObserver2 is a callback interface that is called with a piece of data and a metric value.
ValueObserver3 is a callback interface that is called with a piece of data and a metric value.
ValueObserver4 is a callback interface that is called with a piece of data and a metric value.
ValueObserver5 is a callback interface that is called with a piece of data and a metric value.
# Type aliases
ValueObserverFunc1 is a functional implementation of ValueObserver1 interface.
ValueObserverFunc2 is a functional implementation of ValueObserver2 interface.
ValueObserverFunc3 is a functional implementation of ValueObserver3 interface.
ValueObserverFunc4 is a functional implementation of ValueObserver4 interface.
ValueObserverFunc5 is a functional implementation of ValueObserver5 interface.