Packages

object implicits extends AllInstances

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. implicits
  2. AllInstances
  3. BooPickleInstances
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def booEncoderOf[F[_], A](implicit arg0: Pickler[A]): EntityEncoder[F, A]

    Create an EntityEncoder for A given a Pickler[A]

    Create an EntityEncoder for A given a Pickler[A]

    Definition Classes
    BooPickleInstances
  2. def booOf[F[_], A](implicit arg0: Concurrent[F], arg1: Pickler[A]): EntityDecoder[F, A]

    Create an EntityDecoder for A given a Pickler[A]

    Create an EntityDecoder for A given a Pickler[A]

    Definition Classes
    BooPickleInstances