Trait

io.taig.android.parcelable.intent

Decoders0

Related Doc: package intent

Permalink

trait Decoders0 extends DecoderOperations with Decoders1

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Decoders0
  2. Decoders1
  3. DecoderOperations
  4. AnyRef
  5. 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 val Decoder[Array[Boolean]]: Decoder[Array[Boolean]]

    Permalink
  5. implicit val Decoder[Array[Byte]]: Decoder[Array[Byte]]

    Permalink
  6. implicit val Decoder[Array[Char]]: Decoder[Array[Char]]

    Permalink
  7. implicit val Decoder[Array[Double]]: Decoder[Array[Double]]

    Permalink
  8. implicit val Decoder[Array[Float]]: Decoder[Array[Float]]

    Permalink
  9. implicit val Decoder[Array[Int]]: Decoder[Array[Int]]

    Permalink
  10. implicit val Decoder[Array[Long]]: Decoder[Array[Long]]

    Permalink
  11. implicit def Decoder[Array[Parcelable]][V <: Parcelable](implicit arg0: ClassTag[V]): Decoder[Array[V]]

    Permalink
  12. implicit val Decoder[Array[Short]]: Decoder[Array[Short]]

    Permalink
  13. implicit val Decoder[Array[String]]: Decoder[Array[String]]

    Permalink
  14. implicit val Decoder[Boolean]: Decoder[Boolean]

    Permalink
  15. implicit val Decoder[Bundle]: Decoder[Bundle]

    Permalink
  16. implicit val Decoder[Byte]: Decoder[Byte]

    Permalink
  17. implicit val Decoder[CharSequence]: Decoder[CharSequence]

    Permalink
  18. implicit val Decoder[Char]: Decoder[Char]

    Permalink
  19. implicit val Decoder[Double]: Decoder[Double]

    Permalink
  20. implicit def Decoder[Enumeration][V](implicit arg0: julienrf.enum.Enum.Derived[V]): Decoder[V]

    Permalink
  21. implicit val Decoder[Float]: Decoder[Float]

    Permalink
  22. implicit val Decoder[Int]: Decoder[Int]

    Permalink
  23. implicit def Decoder[Iterable[Parcelable]][V <: Parcelable, I[V] <: Iterable[V]](implicit cbf: CanBuildFrom[Nothing, V, I[V]]): Decoder[I[V]]

    Permalink
  24. implicit val Decoder[Long]: Decoder[Long]

    Permalink
  25. implicit def Decoder[Option][V](implicit d: Lazy[Decoder[V]]): Decoder[Option[V]]

    Permalink
  26. implicit def Decoder[Parcelable][V <: Parcelable]: Decoder[V]

    Permalink
  27. implicit val Decoder[Short]: Decoder[Short]

    Permalink
  28. implicit val Decoder[String]: Decoder[String]

    Permalink
  29. implicit def Decoder[Traversable][V, T[V] <: Traversable[V]](implicit d: Lazy[Decoder[Array[V]]], cbf: CanBuildFrom[Array[V], V, T[V]]): Decoder[T[V]]

    Permalink
  30. implicit val Decoder[URL]: Decoder[URL]

    Permalink
  31. implicit def Decoder[bundler.Encoder][V](implicit c: Lazy[bundler.Decoder[V]]): Decoder[V]

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  41. def instance[V](f: (Intent, String) ⇒ V): Decoder[V]

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

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

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

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

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

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

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

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

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

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

Inherited from Decoders1

Inherited from DecoderOperations

Inherited from AnyRef

Inherited from Any

Ungrouped