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(UnsafeConsumer<LabelItem,java.lang.Exception> unsafeConsumer) |
static LabelItemListBuilder.LabelItemListWrapper |
add(UnsafeSupplier<java.lang.Boolean,java.lang.Exception> unsafeSupplier,
LabelItem labelItem) |
static LabelItemListBuilder.LabelItemListWrapper |
add(UnsafeSupplier<java.lang.Boolean,java.lang.Exception> unsafeSupplier,
UnsafeConsumer<LabelItem,java.lang.Exception> unsafeConsumer) |
public static LabelItemListBuilder.LabelItemListWrapper add(LabelItem labelItem)
public static LabelItemListBuilder.LabelItemListWrapper add(UnsafeConsumer<LabelItem,java.lang.Exception> unsafeConsumer)
public static LabelItemListBuilder.LabelItemListWrapper add(UnsafeSupplier<java.lang.Boolean,java.lang.Exception> unsafeSupplier, LabelItem labelItem)
public static LabelItemListBuilder.LabelItemListWrapper add(UnsafeSupplier<java.lang.Boolean,java.lang.Exception> unsafeSupplier, UnsafeConsumer<LabelItem,java.lang.Exception> unsafeConsumer)