Packages

p

loci

language

package language

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. language
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Local[T] = T
  2. final macro class multitier extends Annotation with StaticAnnotation
    Annotations
    @compileTimeOnly("enable macro paradise to use multitier code")
  3. type on[T, P] = Placed[T, P] with T
    Annotations
    @showAsInfix(annotation.this.showAsInfix.<init>$default$1)
  4. type per[T, P] = Subjective[T, P]
    Annotations
    @showAsInfix(annotation.this.showAsInfix.<init>$default$1)

Value Members

  1. macro def connect[P](factory: ConnectionSetupFactory[Protocol])(args: Any*): Connections
  2. macro def connect[P](setup: Connector[Protocol]): Connections
  3. macro def listen[P](factory: ConnectionSetupFactory[Protocol])(args: Any*): Connections
  4. macro def listen[P](setup: Listener[Protocol]): Connections
  5. def on[P]: On[P] with Run[P, from]
  6. def on: Select[Run]
  7. def placed: Placed
  8. def remote[P]: Call[P, from] with Gateway[P]
  9. def remote: Narrow with Select[Call] with Call[Nothing, from] with Gateway[Nothing]
  10. object multitier

Inherited from AnyRef

Inherited from Any

Ungrouped