toggle menu
foundry
jvm
switch theme
search in API
tracing
/
foundry.tracing.model
/
TagBuilder
Tag
Builder
interface
TagBuilder
:
MutableList
<
KeyValue
>
(
source
)
Members
Properties
size
Link copied to clipboard
abstract
override
val
size
:
Int
Functions
add
Link copied to clipboard
abstract
override
fun
add
(
element
:
KeyValue
)
:
Boolean
abstract
fun
add
(
index
:
Int
,
element
:
KeyValue
)
add
All
Link copied to clipboard
abstract
override
fun
addAll
(
elements
:
Collection
<
KeyValue
>
)
:
Boolean
abstract
fun
addAll
(
index
:
Int
,
elements
:
Collection
<
KeyValue
>
)
:
Boolean
clear
Link copied to clipboard
abstract
override
fun
clear
(
)
contains
Link copied to clipboard
abstract
operator override
fun
contains
(
element
:
KeyValue
)
:
Boolean
contains
All
Link copied to clipboard
abstract
override
fun
containsAll
(
elements
:
Collection
<
KeyValue
>
)
:
Boolean
get
Link copied to clipboard
abstract
operator
fun
get
(
index
:
Int
)
:
KeyValue
index
Of
Link copied to clipboard
abstract
fun
indexOf
(
element
:
KeyValue
)
:
Int
is
Empty
Link copied to clipboard
abstract
override
fun
isEmpty
(
)
:
Boolean
iterator
Link copied to clipboard
abstract
operator override
fun
iterator
(
)
:
Iterator
<
KeyValue
>
last
Index
Of
Link copied to clipboard
abstract
fun
lastIndexOf
(
element
:
KeyValue
)
:
Int
list
Iterator
Link copied to clipboard
abstract
override
fun
listIterator
(
)
:
MutableListIterator
<
KeyValue
>
abstract
override
fun
listIterator
(
index
:
Int
)
:
MutableListIterator
<
KeyValue
>
remove
Link copied to clipboard
abstract
override
fun
remove
(
element
:
KeyValue
)
:
Boolean
remove
All
Link copied to clipboard
abstract
override
fun
removeAll
(
elements
:
Collection
<
KeyValue
>
)
:
Boolean
remove
At
Link copied to clipboard
abstract
fun
removeAt
(
index
:
Int
)
:
KeyValue
retain
All
Link copied to clipboard
abstract
override
fun
retainAll
(
elements
:
Collection
<
KeyValue
>
)
:
Boolean
set
Link copied to clipboard
abstract
operator
fun
set
(
index
:
Int
,
element
:
KeyValue
)
:
KeyValue
sub
List
Link copied to clipboard
abstract
override
fun
subList
(
fromIndex
:
Int
,
toIndex
:
Int
)
:
MutableList
<
KeyValue
>
tag
To
Link copied to clipboard
open
infix
fun
String
.
tagTo
(
value
:
Boolean
)
:
KeyValue
open
infix
fun
String
.
tagTo
(
value
:
Double
)
:
KeyValue
open
infix
fun
String
.
tagTo
(
value
:
Long
)
:
KeyValue
open
infix
fun
String
.
tagTo
(
value
:
String
)
:
KeyValue
open
infix
fun
String
.
tagTo
(
value
:
ByteString
)
:
KeyValue