Slot

open class Slot<T>(default: T)

A slot to hold a configurable value in the bullet graph dsl.

Parameters

default

The default value held by the Slot

T

The type of the value held by the Slot

Constructors

Link copied to clipboard
constructor(default: T)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
operator fun invoke(setValue: T)

Sets the Slot's value.