combinedProvider

fun <A, B> combinedProvider(a: Provider<A>, b: Provider<B>, mapValue: (A, B) -> ItemProvider, clickHandler: ClickHandler): Item