msgpack4z-core
msgpack4z-core
API
msgpack4z
AnyValArrayCodec
AnyValCodec
ArrayCodec
ArrayCodecImpl
Binary
BinaryCodec
BooleanArrayCodec
BuildInfoMsgpack4zCore
ByteArrayCodec
CaseClassMapMissingKeyError
CaseCodec
CaseMapCodec
CaseMapCodec
CodecInstances
DisjunctionCodec
DoubleArrayCodec
EitherCodec
Err
Extractor
FloatArrayCodec
IntArrayCodec
LongArrayCodec
MapKeyNotFound
MaybeCodec
MsgpackArray
MsgpackBinary
MsgpackBinary
MsgpackCodec
MsgpackCodec
MsgpackCompanion
MsgpackDouble
MsgpackDouble
MsgpackExt
MsgpackFalse
MsgpackLong
MsgpackLong
MsgpackMap
MsgpackMap
MsgpackNil
MsgpackString
MsgpackString
MsgpackTrue
MsgpackULong
MsgpackUnion
MsgpackUnion
NotEnoughArraySize
Opt
Opt
OptionCodec
Other
PackerUnpackerFactory
RefArrayCodec
ScalazCodec
ShortArrayCodec
StdCodec
TupleCodec
UnexpectedArraySize
UnexpectedEitherKey
UnexpectedMapSize
UnpackError
msgpack4z-core
/
msgpack4z
/
Opt
Opt
msgpack4z.Opt
See the
Opt
companion object
final case
class
Opt
[
A
<:
AnyRef
]
extends
AnyVal
Attributes
Companion:
object
Source:
Opt.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
AnyVal
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Concrete methods
def
exists
(
f
:
A
=>
Boolean
):
Boolean
Attributes
Source:
Opt.scala
def
filter
(
f
:
A
=>
Boolean
):
Opt
[
A
]
Attributes
Source:
Opt.scala
def
flatMap
[
B
<:
AnyRef
](
f
:
A
=>
Opt
[
B
]):
Opt
[
B
]
Attributes
Source:
Opt.scala
def
forall
(
f
:
A
=>
Boolean
):
Boolean
Attributes
Source:
Opt.scala
def
isEmpty
:
Boolean
Attributes
Source:
Opt.scala
def
map
[
B
<:
AnyRef
](
f
:
A
=>
B
):
Opt
[
B
]
Attributes
Source:
Opt.scala
def
nonEmpty
:
Boolean
Attributes
Source:
Opt.scala
def
orNull
:
A
Attributes
Source:
Opt.scala
def
toList
:
List
[
A
]
Attributes
Source:
Opt.scala
def
toOption
:
Option
[
A
]
Attributes
Source:
Opt.scala
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product