JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
io.bytestreams.codec.core.PairCodec
Packages that use
PairCodec
Package
Description
io.bytestreams.codec.core
Uses of
PairCodec
in
io.bytestreams.codec.core
Methods in
io.bytestreams.codec.core
that return
PairCodec
Modifier and Type
Method
Description
static <A,
B>
PairCodec
<A,
B>
Codecs.
pair
(
Codec
<A> first,
Codec
<B> second)
Creates a pair codec that encodes and decodes two values sequentially.