PipelinePhaseRelation

internal sealed class PipelinePhaseRelation(source)

PipelinePhaseRelation.

Since

1.3.4

Inheritors

Constructors

Link copied to clipboard
protected constructor()

Types

Link copied to clipboard
class After(val relativeTo: PipelinePhase) : PipelinePhaseRelation

After.

Link copied to clipboard
class Before(val relativeTo: PipelinePhase) : PipelinePhaseRelation

Before.

Link copied to clipboard

Last.