scodec
.
bits
.
ByteVector
GroupedOp
Related Doc:
package ByteVector
implicit final
class
GroupedOp
extends
AnyVal
Source
ByteVector.scala
Linear Supertypes
AnyVal
,
Any
Ordering
Grouped
Alphabetic
By Inheritance
Inherited
GroupedOp
AnyVal
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
GroupedOp
(
self:
ByteVector
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
Any
def
+
(
other:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
GroupedOp
to
any2stringadd
[
GroupedOp
] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
GroupedOp
,
B
)
Implicit information
This member is added by an implicit conversion from
GroupedOp
to
ArrowAssoc
[
GroupedOp
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Annotations
@inline
()
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
ensuring
(
cond: (
GroupedOp
) ⇒
Boolean
,
msg: ⇒
Any
)
:
GroupedOp
Implicit information
This member is added by an implicit conversion from
GroupedOp
to
Ensuring
[
GroupedOp
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
GroupedOp
) ⇒
Boolean
)
:
GroupedOp
Implicit information
This member is added by an implicit conversion from
GroupedOp
to
Ensuring
[
GroupedOp
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
GroupedOp
Implicit information
This member is added by an implicit conversion from
GroupedOp
to
Ensuring
[
GroupedOp
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
GroupedOp
Implicit information
This member is added by an implicit conversion from
GroupedOp
to
Ensuring
[
GroupedOp
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
formatted
(
fmtstr:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
GroupedOp
to
StringFormat
[
GroupedOp
] performed by method StringFormat in scala.Predef.
Definition Classes
StringFormat
Annotations
@inline
()
def
getClass
()
:
Class
[_ <:
AnyVal
]
Definition Classes
AnyVal → Any
final
def
grouped
(
chunkSize:
Long
)
:
Iterator
[
ByteVector
]
Converts this vector in to a sequence of
chunkSize
-byte vectors.
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
self
:
ByteVector
def
toString
()
:
String
Definition Classes
Any
def
→
[
B
]
(
y:
B
)
: (
GroupedOp
,
B
)
Implicit information
This member is added by an implicit conversion from
GroupedOp
to
ArrowAssoc
[
GroupedOp
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
AnyVal
Inherited from
Any
Inherited by implicit conversion any2stringadd from
GroupedOp
to
any2stringadd
[
GroupedOp
]
Inherited by implicit conversion StringFormat from
GroupedOp
to
StringFormat
[
GroupedOp
]
Inherited by implicit conversion Ensuring from
GroupedOp
to
Ensuring
[
GroupedOp
]
Inherited by implicit conversion ArrowAssoc from
GroupedOp
to
ArrowAssoc
[
GroupedOp
]
collection
Ungrouped