Packages

package libra

Provides codecs for https://to-ithaca.github.io/libra/ types.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. libra
  2. EncoderInstances
  3. DecoderInstances
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait DecoderInstances extends AnyRef
  2. trait EncoderInstances extends AnyRef

Value Members

  1. implicit def libraQuantityDecoder[E, D, F, T, X <: HList](implicit decoder: Decoder[E, D, F, T]): Decoder[E, Quantity[D, X], F, T]
    Definition Classes
    DecoderInstances
  2. implicit def libraQuantyEncoder[E, D, T, X <: HList](implicit encoder: Encoder[E, D, T]): Encoder[E, Quantity[D, X], T]
    Definition Classes
    EncoderInstances

Inherited from EncoderInstances

Inherited from DecoderInstances

Inherited from AnyRef

Inherited from Any

Ungrouped