K3Pair

object K3Pair
Companion:
class
class Object
trait Matchable
class Any
K3Pair.type

Value members

Concrete methods

def apply[K[_, _, _], V[_, _, _], A0, B0, C0](p: (K[A0, B0, C0], V[A0, B0, C0])): K3Pair[K, V]
def apply[K[_, _, _], V[_, _, _], A0, B0, C0](k: K[A0, B0, C0], v: V[A0, B0, C0]): K3Pair[K, V]