spinoco
.
fs2
.
interop
.
scodec
ByteVectorChunk
Related Docs:
object ByteVectorChunk
|
package scodec
final
class
ByteVectorChunk
extends
Chunk
[
Byte
]
Source
ByteVectorChunk.scala
Linear Supertypes
Chunk
[
Byte
],
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
ByteVectorChunk
Chunk
AnyRef
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
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
ByteVectorChunk
to
any2stringadd
[
ByteVectorChunk
] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
ByteVectorChunk
,
B
)
Implicit information
This member is added by an implicit conversion from
ByteVectorChunk
to
ArrowAssoc
[
ByteVectorChunk
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Annotations
@inline
()
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
apply
(
i:
Int
)
:
Byte
Definition Classes
ByteVectorChunk
→ Chunk
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
collect
[
B
]
(
pf:
PartialFunction
[
Byte
,
B
]
)
:
Chunk
[
B
]
Definition Classes
Chunk
def
copyToArray
[
B >:
Byte
]
(
xs:
Array
[
B
]
,
start:
Int
)
:
Unit
Definition Classes
ByteVectorChunk
→ Chunk
def
drop
(
n:
Int
)
:
Chunk
[
Byte
]
Definition Classes
ByteVectorChunk
→ Chunk
def
ensuring
(
cond: (
ByteVectorChunk
) ⇒
Boolean
,
msg: ⇒
Any
)
:
ByteVectorChunk
Implicit information
This member is added by an implicit conversion from
ByteVectorChunk
to
Ensuring
[
ByteVectorChunk
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
ByteVectorChunk
) ⇒
Boolean
)
:
ByteVectorChunk
Implicit information
This member is added by an implicit conversion from
ByteVectorChunk
to
Ensuring
[
ByteVectorChunk
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
ByteVectorChunk
Implicit information
This member is added by an implicit conversion from
ByteVectorChunk
to
Ensuring
[
ByteVectorChunk
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
ByteVectorChunk
Implicit information
This member is added by an implicit conversion from
ByteVectorChunk
to
Ensuring
[
ByteVectorChunk
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
a:
Any
)
:
Boolean
Definition Classes
Chunk → AnyRef → Any
def
filter
(
f: (
Byte
) ⇒
Boolean
)
:
Chunk
[
Byte
]
Definition Classes
ByteVectorChunk
→ Chunk
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
foldLeft
[
B
]
(
z:
B
)
(
f: (
B
,
Byte
) ⇒
B
)
:
B
Definition Classes
ByteVectorChunk
→ Chunk
def
foldRight
[
B
]
(
z:
B
)
(
f: (
Byte
,
B
) ⇒
B
)
:
B
Definition Classes
ByteVectorChunk
→ Chunk
def
formatted
(
fmtstr:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
ByteVectorChunk
to
StringFormat
[
ByteVectorChunk
] 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
Chunk → AnyRef → Any
def
indexWhere
(
p: (
Byte
) ⇒
Boolean
)
:
Option
[
Int
]
Definition Classes
Chunk
def
isEmpty
:
Boolean
Definition Classes
Chunk
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
iterator
:
Iterator
[
Byte
]
Definition Classes
Chunk
def
map
[
B
]
(
f: (
Byte
) ⇒
B
)
:
Chunk
[
B
]
Definition Classes
Chunk
def
mapAccumulate
[
S
,
B
]
(
s0:
S
)
(
f: (
S
,
Byte
) ⇒ (
S
,
B
)
)
: (
S
,
Chunk
[
B
])
Definition Classes
Chunk
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
nonEmpty
:
Boolean
Definition Classes
Chunk
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
scanLeft
[
B
]
(
z:
B
)
(
f: (
B
,
Byte
) ⇒
B
)
:
Chunk
[
B
]
Definition Classes
Chunk
def
size
:
Int
Definition Classes
ByteVectorChunk
→ Chunk
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
tag
:
ClassTag
[_]
Attributes
protected
def
take
(
n:
Int
)
:
Chunk
[
Byte
]
Definition Classes
ByteVectorChunk
→ Chunk
def
toArray
[
B >:
Byte
]
(
implicit
arg0:
ClassTag
[
B
]
)
:
Array
[
B
]
Definition Classes
Chunk
def
toBooleans
[
B >:
Byte
]
(
implicit
ev:
=:=
[
B
,
Boolean
]
)
:
Booleans
Definition Classes
Chunk
val
toByteVector
:
ByteVector
def
toBytes
[
B >:
Byte
]
(
implicit
ev:
=:=
[
B
,
Byte
]
)
:
Bytes
Definition Classes
Chunk
def
toDoubles
[
B >:
Byte
]
(
implicit
ev:
=:=
[
B
,
Double
]
)
:
Doubles
Definition Classes
Chunk
def
toList
:
List
[
Byte
]
Definition Classes
Chunk
def
toLongs
[
B >:
Byte
]
(
implicit
ev:
=:=
[
B
,
Long
]
)
:
Longs
Definition Classes
Chunk
def
toString
()
:
String
Definition Classes
Chunk → AnyRef → Any
def
toVector
:
Vector
[
Byte
]
Definition Classes
Chunk
def
uncons
:
Option
[(
Byte
,
Chunk
[
Byte
])]
Definition Classes
Chunk
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
]
(
y:
B
)
: (
ByteVectorChunk
,
B
)
Implicit information
This member is added by an implicit conversion from
ByteVectorChunk
to
ArrowAssoc
[
ByteVectorChunk
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
Chunk
[
Byte
]
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion any2stringadd from
ByteVectorChunk
to
any2stringadd
[
ByteVectorChunk
]
Inherited by implicit conversion StringFormat from
ByteVectorChunk
to
StringFormat
[
ByteVectorChunk
]
Inherited by implicit conversion Ensuring from
ByteVectorChunk
to
Ensuring
[
ByteVectorChunk
]
Inherited by implicit conversion ArrowAssoc from
ByteVectorChunk
to
ArrowAssoc
[
ByteVectorChunk
]
Ungrouped