MsgpackCompanion

abstract
class MsgpackCompanion[A, B](implicit A: MsgpackCodec[A]) extends A => B
Example
case class UserId(value: Int)
object UserId extends MsgpackCompanion[Int, UserId]
trait A => B
class Object
trait Matchable
class Any

Value members

Abstract methods

def unapply(value: B): Option[A]

Inherited methods

@unspecialized
def andThen[A](g: B => A): A => A
Inherited from
Function1
def apply(v1: A): B
Inherited from
Function1
@unspecialized
def compose[A](g: A => A): A => B
Inherited from
Function1
override
def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1

Implicits

Implicits

final implicit