Package

classy

core

Permalink

package core

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class DecodeError extends Product with Serializable

    Permalink

    An error that occurred while decoding data

  2. sealed trait DecodeErrorInstances extends AnyRef

    Permalink
  3. trait Decoder[A, B] extends Serializable

    Permalink

    A type class capturing the ability to decode data of type A to B.

    A type class capturing the ability to decode data of type A to B.

    To construct a new decoder, consider using Decoder.instance.

  4. final class Read[A, B] extends Serializable

    Permalink

Value Members

  1. object DecodeError extends DecodeErrorInstances with Serializable

    Permalink
  2. object Decoder extends Serializable

    Permalink
  3. object Read extends Serializable

    Permalink
  4. package wheel

    Permalink

Ungrouped