Package-level declarations

Types

Link copied to clipboard
object Anys

Collection of extensions that apply to Any object.

Link copied to clipboard
object Arrays

Container object for utility functions related to Arrays.

Link copied to clipboard

Entrypoint for printing meaningful debug information in case of failed internal consistency checks.

Link copied to clipboard

An utility class providing support for loading arbitrary subclasses available in the classpath.

Link copied to clipboard
object Doubles

Extension functions enriching Double.

Link copied to clipboard
object Iterables

Utilities that extend the functionality of Iterable.

Link copied to clipboard
class LazyMutable<T>(initializer: () -> T) : ReadWriteProperty<Any?, T>

A delegate allowing to lazily initialise a non-null mutable variable (= var).

Link copied to clipboard
object Lists

Container object for utility functions related to Lists.

Link copied to clipboard

Utilities that extend the functionality of RandomGenerator.

Link copied to clipboard
object Ranges

A collection of extension functions that enrich ClosedRange.

Link copied to clipboard
Utility to translate statistics names into a RealDistribution.
Link copied to clipboard
object Sequences

Container object for utility functions related to Sequences.

Link copied to clipboard
class StatUtil
Utility to translate statistics names into a UnivariateStatistic.

Functions

Link copied to clipboard
fun <T> lazyMutable(initializer: () -> T): LazyMutable<T>

Creates an instance of LazyMutable with the given initializer.