Builder

abstract class Builder(operator: String)

Abstract base builder.

Parameters

operator

compulsory operator field for the builder

Constructors

Link copied to clipboard
fun Builder(operator: String)

Functions

Link copied to clipboard
open fun build(): Expression

Build the Expression with the settings.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard