compose

open infix fun <C> compose(other: Getter<in A, out C>): Getter<S, C>(source)

Compose a Getter with a Getter