minus

open operator fun minus(other: String): Self

Returns a copy of this store without the entry aliased other (if any).


open operator fun minus(others: Iterable<String>): Self
abstract operator fun minus(others: Sequence<String>): Self

Returns a copy of this store without the entries aliased in others.


open fun minus(other: String, vararg others: String): Self

Returns a copy of this store without the entries aliased other or in others.