Packages

object PlayEntityDecoder extends PlayEntityDecoder

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlayEntityDecoder
  2. PlayEntityDecoder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. implicit def playEntityDecoder[F[_], A](implicit arg0: Sync[F], arg1: Reads[A]): EntityDecoder[F, A]
    Definition Classes
    PlayEntityDecoder