Local

class Local : Concentration<Any>

Constructors

Link copied to clipboard
open fun Local()
Link copied to clipboard
open fun Local(t: Any)
Builds a new concentration.

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
abstract fun getContent(): T
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
private val content: Any