Extractor

sealed abstract class Extractor[A <: AnyRef] extends A => MsgpackUnion
trait A => MsgpackUnion
class Object
trait Matchable
class Any

Value members

Abstract methods

def unapply(value: MsgpackUnion): Opt[A]

Inherited methods

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