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

Package Members

  1. package transmitter

Type Members

  1. sealed trait AccessorGeneration extends AnyRef
  2. class Instance[P] extends AnyRef
  3. type Local[T] = T
  4. sealed trait Multiple[+P] extends AnyRef
  5. sealed trait Optional[P] extends Multiple[P]
  6. trait Remote[+P] extends Equals
  7. abstract class Runtime[P] extends Awaitable[Unit]
  8. sealed trait Single[P] extends Multiple[P]
  9. type on[T, P] = Placed[T, P] with T
    Annotations
    @showAsInfix(annotation.this.showAsInfix.<init>$default$1)
  10. final class peer extends Annotation with StaticAnnotation
  11. 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 AccessorGeneration
  11. object Instance
  12. object Remote extends RemoteReference
  13. object feature

Inherited from AnyRef

Inherited from Any

Ungrouped