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