count

abstract fun count(): Int

Fetches the number of tags currently attached to this tag container.

Return

The number of tags currently attached to this tag container. This value will be 10 at most.

Throws

If this Object does not exist.

If the parent bucket of this Object does not exist.

If an implementation specific exception is thrown. The implementation specific exception will be set to the thrown exception's 'cause' value.


abstract fun count(action: TagCountParams.() -> Unit): Int
abstract fun count(params: TagCountParams): Int