Variable

A variable simulation value, that provides a range of values for batches, and a default value for single-shot runs.

Parameters

<V>

value typ of the variable

Inheritors

Functions

Link copied to clipboard
open fun forEach(action: Consumer<in T>)
Link copied to clipboard
abstract fun getDefault(): V
Link copied to clipboard
open fun iterator(): Iterator<V>
Link copied to clipboard
Link copied to clipboard
open fun steps(): Long
Link copied to clipboard
abstract fun stream(): Stream<V>