map

open fun map(transform: (Source) -> Source): Provider

Returns a provider providing sources that applying the given transform function.

Return

a provider providing sources that applying the given transform function

Parameters

transform

the given transformation function

Sources

jvm source
Link copied to clipboard