Uses of Class
io.quarkus.qute.ImmutableList.Builder
-
-
Uses of ImmutableList.Builder in io.quarkus.qute
Methods in io.quarkus.qute that return ImmutableList.Builder Modifier and Type Method Description ImmutableList.Builder<T>ImmutableList.Builder. add(T element)ImmutableList.Builder<T>ImmutableList.Builder. addAll(Collection<T> elements)static <T> ImmutableList.Builder<T>ImmutableList. builder()
-