package libra
Provides codecs for https://to-ithaca.github.io/libra/ types.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- libra
- EncoderInstances
- DecoderInstances
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait DecoderInstances extends AnyRef
- trait EncoderInstances extends AnyRef
Value Members
-
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
-
implicit
def
libraQuantyEncoder[E, D, T, X <: HList](implicit encoder: Encoder[E, D, T]): Encoder[E, Quantity[D, X], T]
- Definition Classes
- EncoderInstances