isEmpty

fun TagResolver.isEmpty(): Boolean(source)

Check if this TagResolver is an instance of TagResolver.empty(), that is, it will always return null

Return

true if the TagResolver is the same as TagResolver.empty(), else false

Since

1.4.0

See also

TagResolver.empty