newTag

Returns a MutableBasicTag instance

Parameters

T

Type of resource to be associated with this MutableBasicTag later


fun <T> newTag(value: T): BasicTag<T>

Returns a BasicTag instance

Parameters

T

Type of value to be associated with this tag

value

Value to associate the tag with