scodec
.
codecs
ImplicitValues
trait
ImplicitValues
extends
AnyRef
Provides implicit codecs for simple value types.
Source
implicits.scala
Linear Supertypes
AnyRef
,
Any
Known Subclasses
ImplicitCodecs
,
implicits
Ordering
Alphabetic
By inheritance
Inherited
ImplicitValues
AnyRef
Any
Implicitly
by ValueEnrichedWithTuplingSupport
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
+
(
other:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
ImplicitValues
to
any2stringadd
[
ImplicitValues
] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
ImplicitValues
,
B
)
Implicit information
This member is added by an implicit conversion from
ImplicitValues
to
ArrowAssoc
[
ImplicitValues
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Annotations
@inline
()
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
val
a
:
ImplicitValues
Implicit information
This member is added by an implicit conversion from
ImplicitValues
to
ValueEnrichedWithTuplingSupport
[
ImplicitValues
] performed by method ValueEnrichedWithTuplingSupport in
scodec.codecs
.
Definition Classes
ValueEnrichedWithTuplingSupport
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
ensuring
(
cond: (
ImplicitValues
) ⇒
Boolean
,
msg: ⇒
Any
)
:
ImplicitValues
Implicit information
This member is added by an implicit conversion from
ImplicitValues
to
Ensuring
[
ImplicitValues
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
ImplicitValues
) ⇒
Boolean
)
:
ImplicitValues
Implicit information
This member is added by an implicit conversion from
ImplicitValues
to
Ensuring
[
ImplicitValues
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
ImplicitValues
Implicit information
This member is added by an implicit conversion from
ImplicitValues
to
Ensuring
[
ImplicitValues
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
ImplicitValues
Implicit information
This member is added by an implicit conversion from
ImplicitValues
to
Ensuring
[
ImplicitValues
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
formatted
(
fmtstr:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
ImplicitValues
to
StringFormat
[
ImplicitValues
] performed by method StringFormat in scala.Predef.
Definition Classes
StringFormat
Annotations
@inline
()
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
implicit
val
implicitBitVectorCodec
:
Codec
[
BitVector
]
implicit
val
implicitBooleanCodec
:
Codec
[
Boolean
]
implicit
val
implicitByteCodec
:
Codec
[
Byte
]
implicit
val
implicitByteVectorCodec
:
Codec
[
ByteVector
]
implicit
val
implicitDoubleCodec
:
Codec
[
Double
]
implicit
val
implicitFloatCodec
:
Codec
[
Float
]
implicit
val
implicitIntCodec
:
Codec
[
Int
]
implicit
val
implicitLongCodec
:
Codec
[
Long
]
implicit
val
implicitShortCodec
:
Codec
[
Short
]
implicit
val
implicitStringCodec
:
Codec
[
String
]
implicit
val
implicitUuidCodec
:
Codec
[
UUID
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
~
[
B
]
(
b:
B
)
: (
ImplicitValues
,
B
)
Implicit information
This member is added by an implicit conversion from
ImplicitValues
to
ValueEnrichedWithTuplingSupport
[
ImplicitValues
] performed by method ValueEnrichedWithTuplingSupport in
scodec.codecs
.
Definition Classes
ValueEnrichedWithTuplingSupport
def
→
[
B
]
(
y:
B
)
: (
ImplicitValues
,
B
)
Implicit information
This member is added by an implicit conversion from
ImplicitValues
to
ArrowAssoc
[
ImplicitValues
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion ValueEnrichedWithTuplingSupport from
ImplicitValues
to
ValueEnrichedWithTuplingSupport
[
ImplicitValues
]
Inherited by implicit conversion any2stringadd from
ImplicitValues
to
any2stringadd
[
ImplicitValues
]
Inherited by implicit conversion StringFormat from
ImplicitValues
to
StringFormat
[
ImplicitValues
]
Inherited by implicit conversion Ensuring from
ImplicitValues
to
Ensuring
[
ImplicitValues
]
Inherited by implicit conversion ArrowAssoc from
ImplicitValues
to
ArrowAssoc
[
ImplicitValues
]
Ungrouped
Provides implicit codecs for simple value types.