Interface Codec.RawValue

Enclosing interface:
Codec<T>

public static sealed interface Codec.RawValue
  • Method Summary

    Modifier and Type
    Method
    Description
    <D> @NotNull Result<D>
    convertTo(@NotNull Transcoder<D> coder)
     
    static <D> @NotNull Codec.RawValue
    of(@NotNull Transcoder<D> coder, D value)
     
  • Method Details

    • of

      @NotNull static <D> @NotNull Codec.RawValue of(@NotNull @NotNull Transcoder<D> coder, @NotNull D value)
    • convertTo

      @NotNull <D> @NotNull Result<D> convertTo(@NotNull @NotNull Transcoder<D> coder)