public class TabsItemList extends java.util.ArrayList<TabsItem>
Constructor and Description |
---|
TabsItemList() |
Modifier and Type | Method and Description |
---|---|
void |
add(com.liferay.petra.function.UnsafeConsumer<TabsItem,java.lang.Exception> unsafeConsumer) |
static TabsItemList |
of(TabsItem... tabsItems) |
static TabsItemList |
of(com.liferay.petra.function.UnsafeSupplier<TabsItem,java.lang.Exception>... unsafeSuppliers) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
public static TabsItemList of(TabsItem... tabsItems)
public static TabsItemList of(com.liferay.petra.function.UnsafeSupplier<TabsItem,java.lang.Exception>... unsafeSuppliers)
public void add(com.liferay.petra.function.UnsafeConsumer<TabsItem,java.lang.Exception> unsafeConsumer)