Package

pl.touk.nussknacker.engine.javaapi.context

transformation

Permalink

package transformation

Visibility
  1. Public
  2. All

Type Members

  1. trait GenericContextTransformationWrapper[T, VC, PAR, ST] extends GenericNodeTransformation[T]

    Permalink
  2. case class JavaFinalResults[ST](finalContext: ValidationContext, errors: List[ProcessCompilationError], state: Optional[ST]) extends JavaTransformationStepResult[ST] with Product with Serializable

    Permalink
  3. trait JavaGenericJoinTransformation[T, ST] extends JavaGenericTransformation[T, Map[String, ValidationContext], BaseDefinedParameter, ST]

    Permalink
  4. trait JavaGenericSingleTransformation[T, ST] extends JavaGenericTransformation[T, ValidationContext, DefinedSingleParameter, ST]

    Permalink
  5. trait JavaGenericTransformation[T, VC, PAR, ST] extends AnyRef

    Permalink
  6. case class JavaNextParameters[ST](parameters: List[Parameter], errors: List[ProcessCompilationError], state: Optional[ST]) extends JavaTransformationStepResult[ST] with Product with Serializable

    Permalink
  7. trait JavaSourceFactoryGenericTransformation[ST] extends JavaGenericSingleTransformation[Source[_ <: AnyRef], ST]

    Permalink
  8. sealed trait JavaTransformationStepResult[ST] extends AnyRef

    Permalink
  9. class JoinGenericContextTransformationWrapper[ST] extends CustomStreamTransformer with JoinGenericNodeTransformation[AnyRef]

    Permalink
  10. class SingleGenericContextTransformationWrapper[T, ST] extends CustomStreamTransformer with SingleInputGenericNodeTransformation[T] with GenericContextTransformationWrapper[T, ValidationContext, DefinedSingleParameter, ST]

    Permalink
  11. class SourceFactoryGenericContextTransformationWrapper[ST] extends SourceFactory[AnyRef] with SingleInputGenericNodeTransformation[Source[AnyRef]] with GenericContextTransformationWrapper[Source[AnyRef], ValidationContext, DefinedSingleParameter, ST]

    Permalink

Ungrouped