StreamHandler

typealias StreamHandler<T> = (T) -> Unit

Handler-function for the incoming values of a Stream.