Packages

object booPickle extends BooPickleInstances

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. booPickle
  2. BooPickleInstances
  3. AnyRef
  4. 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