public class TabsItemListBuilder
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TabsItemListBuilder.TabsItemListWrapper |
Constructor and Description |
---|
TabsItemListBuilder() |
Modifier and Type | Method and Description |
---|---|
static TabsItemListBuilder.TabsItemListWrapper |
add(TabsItem tabsItem) |
static TabsItemListBuilder.TabsItemListWrapper |
add(com.liferay.petra.function.UnsafeConsumer<TabsItem,java.lang.Exception> unsafeConsumer) |
static TabsItemListBuilder.TabsItemListWrapper |
add(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> unsafeSupplier,
TabsItem tabsItem) |
static TabsItemListBuilder.TabsItemListWrapper |
add(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> unsafeSupplier,
com.liferay.petra.function.UnsafeConsumer<TabsItem,java.lang.Exception> unsafeConsumer) |
public static TabsItemListBuilder.TabsItemListWrapper add(TabsItem tabsItem)
public static TabsItemListBuilder.TabsItemListWrapper add(com.liferay.petra.function.UnsafeConsumer<TabsItem,java.lang.Exception> unsafeConsumer)
public static TabsItemListBuilder.TabsItemListWrapper add(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> unsafeSupplier, TabsItem tabsItem)
public static TabsItemListBuilder.TabsItemListWrapper add(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> unsafeSupplier, com.liferay.petra.function.UnsafeConsumer<TabsItem,java.lang.Exception> unsafeConsumer)