Object/Class

com.mle.android

TypedResource

Related Docs: class TypedResource | package android

Permalink

object TypedResource extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypedResource
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Extractor[A, T] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )
  2. sealed trait ResAnim extends AnyRef

    Permalink
  3. sealed trait ResAnimator extends AnyRef

    Permalink
  4. sealed trait ResArray extends AnyRef

    Permalink
  5. sealed trait ResAttr extends AnyRef

    Permalink
  6. sealed trait ResBool extends AnyRef

    Permalink
  7. sealed trait ResColor extends AnyRef

    Permalink
  8. sealed trait ResDimen extends AnyRef

    Permalink
  9. sealed trait ResDrawable extends AnyRef

    Permalink
  10. sealed trait ResFraction extends AnyRef

    Permalink
  11. sealed trait ResInteger extends AnyRef

    Permalink
  12. sealed trait ResIntegerArray extends AnyRef

    Permalink
  13. sealed trait ResInterpolator extends AnyRef

    Permalink
  14. sealed trait ResMenu extends AnyRef

    Permalink
  15. sealed trait ResMenuItem extends AnyRef

    Permalink
  16. sealed trait ResMipMap extends AnyRef

    Permalink
  17. sealed trait ResPlurals extends AnyRef

    Permalink
  18. sealed trait ResRaw extends AnyRef

    Permalink
  19. sealed trait ResString extends AnyRef

    Permalink
  20. sealed trait ResStringArray extends AnyRef

    Permalink
  21. sealed trait ResStyle extends AnyRef

    Permalink
  22. sealed trait ResTransition extends AnyRef

    Permalink
  23. sealed trait ResXml extends AnyRef

    Permalink
  24. implicit final class TypedActivity extends AnyVal with TypedFindView

    Permalink
  25. implicit final class TypedDialog extends AnyVal with TypedFindView

    Permalink
  26. implicit final class TypedLayoutInflater extends AnyVal

    Permalink
  27. implicit final class TypedResMenuInflater extends AnyVal

    Permalink
  28. implicit final class TypedResMenuOps extends AnyVal

    Permalink
  29. trait TypedResValueOp[A] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )
  30. implicit final class TypedView extends AnyVal with TypedFindView

    Permalink

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. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. implicit val menuItemExtractor: Extractor[ResMenuItem, MenuItem]

    Permalink
  13. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. implicit val trAnimValueOp: TypedResValueOp[ResAnim] { type T = android.view.animation.Animation }

    Permalink
  19. implicit val trAnimatorValueOp: TypedResValueOp[ResAnimator] { type T = android.animation.Animator }

    Permalink
  20. implicit val trBoolValueOp: TypedResValueOp[ResBool] { type T = Boolean }

    Permalink
  21. implicit val trColorValueOp: TypedResValueOp[ResColor] { type T = Int }

    Permalink
  22. implicit val trDimenValueOp: TypedResValueOp[ResDimen] { type T = Int }

    Permalink
  23. implicit val trDrawableValueOp: TypedResValueOp[ResDrawable] { type T = android.graphics.drawable.Drawable }

    Permalink
  24. implicit val trIntegerArrayValueOp: TypedResValueOp[ResIntegerArray] { type T = Array[Int] }

    Permalink
  25. implicit val trIntegerValueOp: TypedResValueOp[ResInteger] { type T = Int }

    Permalink
  26. implicit val trInterpolatorValueOp: TypedResValueOp[ResInterpolator] { type T = android.view.animation.Interpolator }

    Permalink
  27. implicit val trMipMapValueOp: TypedResValueOp[ResMipMap] { type T = android.graphics.drawable.Drawable }

    Permalink
  28. implicit val trRawValueOp: TypedResValueOp[ResRaw] { type T = java.io.InputStream }

    Permalink
  29. implicit val trStringArrayValueOp: TypedResValueOp[ResStringArray] { type T = Array[String] }

    Permalink
  30. implicit val trStringValueOp: TypedResValueOp[ResString] { type T = String }

    Permalink
  31. implicit val trTypedArrayValueOp: TypedResValueOp[ResArray] { type T = android.content.res.TypedArray }

    Permalink
  32. implicit val trXmlValueOp: TypedResValueOp[ResXml] { type T = android.content.res.XmlResourceParser }

    Permalink
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped