public interface TsonUpletBuilder extends Iterable<TsonElement>, TsonElementBuilder
forEach, iterator, spliteratoranchor, build, getAnnotations, getComments, toArray, toFunction, toObject, toUplet, typeof, toString, toString, toStringTsonUpletBuilder reset()
TsonUpletBuilder merge(TsonElementBase element)
TsonUpletBuilder addAll(Iterable<? extends TsonElementBase> element)
TsonUpletBuilder addAll(TsonElement[] element)
TsonUpletBuilder addAll(TsonElementBase[] element)
TsonUpletBuilder add(TsonElementBase element)
TsonUpletBuilder remove(TsonElementBase element)
TsonUpletBuilder add(TsonElementBase element, int index)
TsonUpletBuilder removeAt(int index)
TsonElement[] getParams()
TsonUpletBuilder removeAll()
TsonUpletBuilder comments(TsonComments comments)
comments in interface TsonElementBuilderTsonUpletBuilder setComments(TsonComments comments)
setComments in interface TsonElementBuilderTsonUpletBuilder setAnnotations(TsonAnnotation[] annotations)
setAnnotations in interface TsonElementBuilderTsonUpletBuilder addAnnotations(TsonAnnotation... annotations)
addAnnotations in interface TsonElementBuilderTsonUpletBuilder addAnnotations(Collection<TsonAnnotation> annotations)
addAnnotations in interface TsonElementBuilderTsonUpletBuilder annotation(String name, TsonElementBase... elements)
annotation in interface TsonElementBuilderTsonUpletBuilder addAnnotation(String name, TsonElementBase... elements)
addAnnotation in interface TsonElementBuilderTsonUpletBuilder addAnnotation(TsonAnnotation annotation)
addAnnotation in interface TsonElementBuilderTsonUpletBuilder removeAnnotationAt(int index)
removeAnnotationAt in interface TsonElementBuilderTsonUpletBuilder removeAllAnnotations()
removeAllAnnotations in interface TsonElementBuilderTsonUpletBuilder ensureCapacity(int length)
Copyright © 2024 vpc open source initiative. All rights reserved.