iota.module

macros

package macros

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

Type Members

  1. class AndroidTypeclass extends Annotation with StaticAnnotation

  2. trait HasActivity extends AnyRef

    When an android.app.Activity can't be found automatically using the implicits in iota._ or Contexts._ implement this trait to help the implicit out

  3. trait HasContext extends AnyRef

    When a android.content.Context can't be found automatically using the implicits in iota._ or Contexts._ implement this trait to help the implicit out

  4. type Kestrel[A] = (A) ⇒ IO[A]

  5. implicit final class Metrics extends AnyVal

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

    Annotations
    @implicitNotFound( ... )
  7. case class ViewIdType[+A]()(implicit evidence$1: ClassTag[A]) extends Product with Serializable

    Annotations
    @implicitNotFound( ... )
  8. implicit final class ViewMaker extends AnyVal

Inherited from AnyRef

Inherited from Any

Ungrouped