Extractor

msgpack4z.Extractor
sealed abstract class Extractor[A <: AnyRef] extends A => MsgpackUnion

Attributes

Source
MsgpackUnion.scala
Graph
Supertypes
trait A => MsgpackUnion
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

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

Attributes

Source
MsgpackUnion.scala

Inherited methods

def andThen[A](g: MsgpackUnion => A): A => A

Attributes

Inherited from:
Function1
def apply(v1: A): MsgpackUnion

Attributes

Inherited from:
Function1
def compose[A](g: A => A): A => MsgpackUnion

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1