package compiledgraph
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait BaseCompiledParameter extends AnyRef
- final case class CompiledParameter(name: ParameterName, expression: CompiledExpression, shouldBeWrappedWithScalaOption: Boolean, shouldBeWrappedWithJavaOptional: Boolean, typingInfo: ExpressionTypingInfo) extends BaseCompiledParameter with Product with Serializable
- case class CompiledProcessParts(sources: NonEmptyList[PotentiallyStartPart]) extends Product with Serializable
- case class TypedParameter(name: ParameterName, typedValue: TypedValue) extends Product with Serializable