Object/Trait

io.taig.android.parcelable.bundler

Decoder

Related Docs: trait Decoder | package bundler

Permalink

object Decoder extends DecoderOperations with Decoders0

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Decoder
  2. Decoders0
  3. Decoders1
  4. Decoders2
  5. Decoders3
  6. DecoderOperations
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def Decoder[Array[Option[bundle.Decoder]]][V](implicit arg0: ClassTag[V], d: Lazy[bundle.Decoder[Option[V]]]): Decoder[Array[Option[V]]]

    Permalink
    Definition Classes
    Decoders1
  5. implicit def Decoder[Array[bundle.Decoder]][V](implicit arg0: ClassTag[V], d: Lazy[bundle.Decoder[V]]): Decoder[Array[V]]

    Permalink
    Definition Classes
    Decoders1
  6. implicit val Decoder[CNil]: Decoder[CNil]

    Permalink
    Definition Classes
    Decoders0
  7. implicit def Decoder[Coproduct][H, T <: Coproduct](implicit arg0: ClassTag[H], h: Lazy[bundle.Decoder[H]], t: Lazy[Decoder[T]]): Decoder[:+:[H, T]]

    Permalink
    Definition Classes
    Decoders0
  8. implicit def Decoder[Generic][T, G](implicit g: Aux[T, G], c: Lazy[Decoder[G]]): Decoder[T]

    Permalink
    Definition Classes
    Decoders3
  9. implicit def Decoder[HList][K <: Symbol, V, T <: HList, N <: Nat](implicit k: Aux[K], h: Lazy[bundle.Decoder[V]], t: Lazy[Decoder[T]]): Decoder[::[FieldType[K, V], T]]

    Permalink
    Definition Classes
    Decoders0
  10. implicit val Decoder[HNil]: Decoder[HNil]

    Permalink
    Definition Classes
    Decoders0
  11. implicit def Decoder[LabelledGeneric][T, LG](implicit lg: Aux[T, LG], c: Lazy[Decoder[LG]]): Decoder[T]

    Permalink
    Definition Classes
    Decoders2
  12. implicit def Decoder[Map[String, bundle.Decoder]][V, M[K, +V] <: Map[K, V]](implicit d: Lazy[bundle.Decoder[V]], cbf: CanBuildFrom[Nothing, (String, V), M[String, V]]): Decoder[M[String, V]]

    Permalink
    Definition Classes
    Decoders0
  13. implicit def Decoder[Traversable[(String, bundle.Decoder)]][V, M[+V] <: Traversable[V]](implicit d: Lazy[bundle.Decoder[V]], cbf: CanBuildFrom[Nothing, (String, V), M[(String, V)]]): Decoder[M[(String, V)]]

    Permalink
    Definition Classes
    Decoders0
  14. implicit def Decoder[Traversable[Option[bundle.Decoder]]][V, T[V] <: Traversable[V]](implicit arg0: ClassTag[V], d: Lazy[bundle.Decoder[Option[V]]], cbf: CanBuildFrom[Nothing, Option[V], T[Option[V]]]): Decoder[T[Option[V]]]

    Permalink
    Definition Classes
    Decoders1
  15. implicit def Decoder[Traversable[bundle.Decoder]][V, T[V] <: Traversable[V]](implicit arg0: ClassTag[V], d: Lazy[bundle.Decoder[V]], cbf: CanBuildFrom[Nothing, V, T[V]]): Decoder[T[V]]

    Permalink
    Definition Classes
    Decoders1
  16. implicit val Functor[Decoder]: Functor[Decoder]

    Permalink
    Definition Classes
    DecoderOperations
  17. def apply[V](implicit arg0: Decoder[V]): Decoder[V]

    Permalink
    Definition Classes
    DecoderOperations
  18. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. def instance[V](f: (Bundle) ⇒ V): Decoder[V]

    Permalink
    Definition Classes
    DecoderOperations
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Decoders0

Inherited from Decoders1

Inherited from Decoders2

Inherited from Decoders3

Inherited from DecoderOperations

Inherited from AnyRef

Inherited from Any

Ungrouped