Package-level declarations

Types

Link copied to clipboard
fun interface Buildable<T>

Represents a builder that can be turned into an object of type T.

Link copied to clipboard
annotation class TegralDsl

Marker for DSLs provided by a Tegral library.

Link copied to clipboard
abstract class TegralException(message: String, cause: Throwable? = null) : Exception

Root exception class for all exceptions emitted by Tegral.