invoke

abstract operator fun <R> invoke(mapper: (T) -> R): Signal<R>(source)

Maps this signal with the given mapping function.

Return

the new signal

Since

0.1.0

Parameters

mapper

the mapping function

R

the resulting type of the mapping function