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