com.digitalasset.transcode.schema.SchemaVisitor
See theSchemaVisitor companion trait
object SchemaVisitor
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SchemaVisitor.type
Members list
Type members
Classlikes
trait Delegate[T <: SchemaVisitor, R](val delegate: T)(val conv: delegate.Result => R) extends SchemaVisitor, WithResult[R]
Attributes
- Supertypes
trait Unit extends SchemaVisitor
Trait implementing all the cases and allowing to override only partially what's needed
Trait implementing all the cases and allowing to override only partially what's needed
Attributes
- Supertypes
trait WithResult[R] extends SchemaVisitor
Attributes
- Supertypes
- Known subtypes
-
trait CodecVisitor[T]
Value members
Concrete methods
def compose[T](left: SchemaVisitor, right: SchemaVisitor): SchemaVisitor { type Result = (left.Result, right.Result); type Type = (left.Type, right.Type); }
In this article