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. sealed trait AccessorGeneration extends AnyRef

    Permalink
  2. class Instance[P] extends AnyRef

    Permalink
  3. type Local[T] = T

    Permalink
  4. sealed trait Multiple[+P] extends AnyRef

    Permalink
  5. sealed trait Optional[P] extends Multiple[P]

    Permalink
  6. trait Remote[+P] extends Equals

    Permalink
  7. abstract class Runtime[P] extends Awaitable[Unit]

    Permalink
  8. sealed trait Single[P] extends Multiple[P]

    Permalink
  9. type on[T, P] = Placed[T, P] with T

    Permalink
  10. final class peer extends Annotation with StaticAnnotation

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

    Permalink

Value Members

  1. object AccessorGeneration

    Permalink
  2. object Instance

    Permalink
  3. object Remote extends RemoteReference

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

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

    Permalink
  6. object feature

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

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

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

    Permalink
  10. def on: Select[Run]

    Permalink
  11. def placed: Placed

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

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

    Permalink
  14. package transmitter

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped