~

object ~ extends Serializable

Extractor that allows pattern matching on the tuples created by tupling codecs.

Extractor that allows pattern matching on the tuples created by tupling codecs.

trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

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