Trait

io.taig.android.parcelable.bundler

Decoders1

Related Doc: package bundler

Permalink

trait Decoders1 extends DecoderOperations with Decoders2

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Decoders1
  2. Decoders2
  3. Decoders3
  4. DecoderOperations
  5. AnyRef
  6. 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
  5. implicit def Decoder[Array[bundle.Decoder]][V](implicit arg0: ClassTag[V], d: Lazy[bundle.Decoder[V]]): Decoder[Array[V]]

    Permalink
  6. implicit def Decoder[Generic][T, G](implicit g: Aux[T, G], c: Lazy[Decoder[G]]): Decoder[T]

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

    Permalink
    Definition Classes
    Decoders2
  8. 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
  9. 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
  10. implicit val Functor[Decoder]: Functor[Decoder]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from Decoders2

Inherited from Decoders3

Inherited from DecoderOperations

Inherited from AnyRef

Inherited from Any

Ungrouped