package thinactors
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- abstract class ThinActorBinaryPlatform [InputL <: Identifiable[InputL], InputR <: Identifiable[InputR], Output <: Identifiable[Output]] extends BinaryPlatform[InputL, InputR, Output]
-
class
ThinActorMapperPlatform
[Input <: Identifiable[Input], Output <: Identifiable[Output]] extends ThinActorUnaryPlatform[Input, Output]
Created by edmundlam on 8/11/17.
- class ThinActorPairwiseComposerPlatform [InputL <: Identifiable[InputL], InputR <: Identifiable[InputR], Output <: Identifiable[Output]] extends ThinActorBinaryPlatform[InputL, InputR, Output]
- class ThinActorPlatformActor extends Actor
- class ThinActorReducerPlatform [Input <: Identifiable[Input], Output <: Identifiable[Output]] extends ThinActorUnaryPlatform[Input, Output]
- abstract class ThinActorUnaryPlatform [Input <: Identifiable[Input], Output <: Identifiable[Output]] extends UnaryPlatform[Input, Output]
Value Members
-
object
ThinActorPlatform
Created by edmundlam on 8/11/17.