~

object ~ extends Serializable
Extractor that allows pattern matching on the tuples created by tupling codecs.
trait Serializable
class Object
trait Matchable
class Any

Value members

Methods

def unapply[A, B](t: (A, B)): Option[(A, B)]