FinalStep

interface FinalStep<T, R>(source)

Final step in the help-me-to-call-SubjectChanger-process, which creates an ExecutionStep incorporating all chosen options and is able to call SubjectChanger accordingly.

Parameters

T

the type of the current subject.

R

the type of the new subject.

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
abstract val transformation: (T) -> Option<R>

The previously specified new subject.

Link copied to clipboard

The so far chosen options up to the TransformationStep step.

Functions

Link copied to clipboard

Finishes the help-me-to-call-SubjectChanger-process by creating an ExecutionStep incorporating all previously chosen options.