akka.channels.macros

Helpers

object Helpers

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

Type Members

  1. case class CheckType[T](tt: scala.reflect.api.JavaUniverse.TypeTag[T]) extends Product with Serializable

  2. case class CheckTypeNAK(errors: String) extends Product with Serializable

  3. type Recv[T, Ch <: ChannelList] = (T, ChannelRef[Ch]) ⇒ Unit

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object CheckTypeACK extends Product with Serializable

  7. def abort(c: Context, msg: String): Nothing

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def bool(c: Context, b: Boolean): scala.reflect.macros.Context.Expr[Boolean]

  10. def checkUnique(u: Universe)(channel: scala.reflect.api.Universe.Type, list: scala.reflect.api.Universe.Type): Option[String]

  11. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  14. def error(c: Context, msg: String): Unit

  15. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  18. def imp[T](c: Context)(implicit arg0: scala.reflect.macros.Context.WeakTypeTag[T]): scala.reflect.macros.Context.Expr[T]

  19. final def inputChannels(u: Universe)(list: scala.reflect.api.Universe.Type): List[scala.reflect.api.Universe.Type]

    get all input channels from a ChannelList or return the given type

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. final def missingChannels(u: Universe)(channels: scala.reflect.api.Universe.Type, required: List[scala.reflect.api.Universe.Type]): List[scala.reflect.api.Universe.Type]

    filter from the required list of types all which are subtypes of inputs of the ChannelList

  22. def narrowCheck(u: Universe)(orig: scala.reflect.api.Universe.Type, target: scala.reflect.api.Universe.Type): List[String]

    check that the original ChannelList is a subtype of the target ChannelList; return a list or error strings

  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. final def replyChannels(u: Universe)(list: scala.reflect.api.Universe.Type, msg: scala.reflect.api.Universe.Type): List[scala.reflect.api.Universe.Type]

    find all input channels matching the given message type and return a list of their respective reply channels

  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. final def toChannels(u: Universe)(list: List[scala.reflect.api.Universe.Type], out: scala.reflect.api.Universe.Type): scala.reflect.api.Universe.Type

    convert a list of types List(<T1>, <T2>, .

    convert a list of types List(<T1>, <T2>, ...) into a ChannelList ( Channel[<T1>, Nothing] :=: Channel[<T2>, Nothing] :=: ... :=: TNil )

  29. final def toMsg(c: Context)(tree: scala.reflect.macros.Context.Expr[Any], tpe: scala.reflect.macros.Context.Type): scala.reflect.macros.Context.Expr[Any]

    takes a message tpe and tree and returns an expression which yields the underlying message (i.

    takes a message tpe and tree and returns an expression which yields the underlying message (i.e. unwraps WrappedMessage if necessary)

  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. final def unwrapMsgType(u: Universe)(msg: scala.reflect.api.Universe.Type): scala.reflect.api.Universe.Type

  32. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped