zio-schema-protobuf
zio-schema-protobuf
zio.schema.codec
ProtobufCodec
Decoder
Decoder
Encoder
Protobuf
WireType
Bit32
Bit64
EndGroup
LengthDelimited
StartGroup
VarInt
WireType
zio-schema-protobuf
/
zio.schema.codec
/
ProtobufCodec
/
Decoder
Decoder
final case
class
Decoder
[
+
A
](
run:
Chunk
[
Byte
]
=>
Either
[
String
, (
Chunk
[
Byte
],
A
)])
Companion:
object
Graph
Supertypes
Self type
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Decoder
[
A
]
Value members
Value members
Concrete methods
def
flatMap
[
B
](
f:
A
=>
Decoder
[
B
]):
Decoder
[
B
]
def
loop
:
Decoder
[
Chunk
[
A
]]
def
map
[
B
](
f:
A
=>
B
):
Decoder
[
B
]
def
take
(
n:
Int
):
Decoder
[
A
]
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from:
Product