invoke

operator fun <T : Tag> Tag?.invoke(tagType: TagType<T>): T?
operator fun <V> Tag?.invoke(default: V): V