Pollable
object Pollable
class Object
trait Matchable
class Any
Value members
Methods
def broadcastByKey[A, K, V](f: Val[A] -⚬ Val[K] |*| Val[V])(`evidence$2`: Ordering[K]): Pollable[A] -⚬ BroadcastByKey[K, V]
Merges two Pollables into one. Left-biased: when there is a value available from both upstreams, favors the first one.