InOut
orchescala.domain.InOut
trait InOut[In <: Product, Out <: Product, T <: InOut[In, Out, T]](using evidence$1: Encoder[In], evidence$2: Decoder[In], evidence$3: Schema[In], evidence$4: Encoder[Out], evidence$5: Decoder[Out], evidence$6: Schema[Out]) extends ProcessElement
Attributes
- Graph
-
- Supertypes
- Known subtypes
Members list
Value members
Abstract methods
Concrete methods
Inherited methods
Attributes
- Inherited from:
- ProcessElement
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- ProcessElement
Inherited and Abstract methods
Attributes
- Inherited from:
- Equals
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
In this article