RawStage.Companion

public static class RawStage.Companion


Summary

Public methods

static final @NonNull RawStage

Specify name of stage

Public methods

ofName

public static final @NonNull RawStage ofName(@NonNull String name)

Specify name of stage

Parameters
@NonNull String name

The unique name of the stage to add.

Returns
@NonNull RawStage

A new RawStage for the specified stage name.