ImmutableWantedScopes

class ImmutableWantedScopes : WantedScopes

Constructors

Link copied to clipboard
fun ImmutableWantedScopes()

Functions

Link copied to clipboard
open operator override fun <T : ServerScope<D>, D> get(scope: T): D
Link copied to clipboard
open override fun <T : ServerScope<D>, D> getOptional(scope: T): D?
Link copied to clipboard
open override fun <T : ServerScope<D>, D> getOrElse(scope: T, default: D): D
Link copied to clipboard
open override fun toImmutable(): ImmutableWantedScopes
Link copied to clipboard
open override fun toMap(): Map<ServerScope<*>, Any?>

Sources

Link copied to clipboard