public static sealed interface Codec.RawValue
-
Method Summary
Modifier and TypeMethodDescription<D> Result
<D> convertTo
(Transcoder<D> coder) static <D> Codec.RawValue
of
(Transcoder<D> coder, D value)
-
Method Details
-
of
-
convertTo
-
<D> Result<D>
convertTo(Transcoder<D> coder)
static <D> Codec.RawValue
of(Transcoder<D> coder,
D value)