Package

loci

language

Permalink

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. All

Type Members

  1. type Local[T] = T

    Permalink
  2. final macro class multitier extends Annotation with StaticAnnotation

    Permalink
    Annotations
    @compileTimeOnly( ... )
  3. type on[T, P] = Placed[T, P] with T

    Permalink
  4. type per[T, P] = Subjective[T, P]

    Permalink

Value Members

  1. macro def connect[P](factory: ConnectionSetupFactory[Protocol])(args: Any*): Connections

    Permalink
  2. macro def connect[P](setup: Connector[Protocol]): Connections

    Permalink
  3. macro def listen[P](factory: ConnectionSetupFactory[Protocol])(args: Any*): Connections

    Permalink
  4. macro def listen[P](setup: Listener[Protocol]): Connections

    Permalink
  5. object multitier

    Permalink
  6. def on[P]: On[P] with Run[P, from]

    Permalink
  7. def on: Select[Run]

    Permalink
  8. def placed: Placed

    Permalink
  9. def remote[P]: Call[P, from] with Gateway[P]

    Permalink
  10. def remote: Narrow with Select[Call] with Call[Nothing, from] with Gateway[Nothing]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped