com.hanhuy.android

common

package common

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. common
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit final class AnyAsOptionExtension[T] extends AnyVal

  2. trait BusEvent extends AnyRef

  3. implicit final class ContextWithSystemService extends AnyVal

  4. abstract class EventBus extends AnyRef

  5. final case class Logcat(tag: String) extends AnyVal with Product with Serializable

  6. case class ManagedResource[+A](opener: () ⇒ A, cleanup: List[() ⇒ Unit] = List.empty)(implicit evidence$3: ResourceManager[A]) extends Product with Serializable

  7. implicit final class StringAsSpannedGenerator extends AnyVal

  8. final case class SystemService[T](name: String) extends AnyVal with Product with Serializable

    Annotations
    @implicitNotFound( ... )

Value Members

  1. object EventBus

  2. object Futures

  3. object ManagedResource extends Serializable

  4. object ServiceBus extends EventBus

  5. object SpannedGenerator

  6. object SystemService extends Serializable

  7. object UiBus extends EventBus

  8. implicit def fn0ToRunnable[A](f: () ⇒ A): Runnable

    Annotations
    @inline()
  9. val gingerbreadAndNewer: Boolean

  10. val honeycombAndNewer: Boolean

  11. val icsAndNewer: Boolean

  12. def isMainThread: Boolean

    Annotations
    @TargetApi() @inline()
  13. val jellybeanAndNewer: Boolean

  14. val kitkatAndNewer: Boolean

  15. val lollipopAndNewer: Boolean

  16. val mAndNewer: Boolean

  17. implicit macro def materializeSystemService[T]: SystemService[T]

  18. def materializeSystemServiceImpl[T](c: Context)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[SystemService[T]]

  19. implicit def toIntentFilter(ss: Seq[String]): IntentFilter

    Annotations
    @inline()
  20. implicit def toIntentFilter(s: String): IntentFilter

    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped