package thinactors

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class ThinActorBinaryPlatform [InputL <: Identifiable[InputL], InputR <: Identifiable[InputR], Output <: Identifiable[Output]] extends BinaryPlatform[InputL, InputR, Output]
  2. class ThinActorMapperPlatform [Input <: Identifiable[Input], Output <: Identifiable[Output]] extends ThinActorUnaryPlatform[Input, Output]

    Created by edmundlam on 8/11/17.

  3. class ThinActorPairwiseComposerPlatform [InputL <: Identifiable[InputL], InputR <: Identifiable[InputR], Output <: Identifiable[Output]] extends ThinActorBinaryPlatform[InputL, InputR, Output]
  4. class ThinActorPlatformActor extends Actor
  5. class ThinActorReducerPlatform [Input <: Identifiable[Input], Output <: Identifiable[Output]] extends ThinActorUnaryPlatform[Input, Output]
  6. abstract class ThinActorUnaryPlatform [Input <: Identifiable[Input], Output <: Identifiable[Output]] extends UnaryPlatform[Input, Output]

Value Members

  1. object ThinActorPlatform

    Created by edmundlam on 8/11/17.

Ungrouped