Class LabelItemListBuilder.LabelItemListWrapper
java.lang.Object
com.liferay.frontend.taglib.clay.servlet.taglib.util.LabelItemListBuilder.LabelItemListWrapper
- Enclosing class:
- LabelItemListBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> unsafeSupplier, LabelItem labelItem) add
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> unsafeSupplier, com.liferay.petra.function.UnsafeConsumer<LabelItem, Exception> unsafeConsumer) build()
-
Constructor Details
-
LabelItemListWrapper
public LabelItemListWrapper()
-
-
Method Details
-
add
-
add
public LabelItemListBuilder.LabelItemListWrapper add(com.liferay.petra.function.UnsafeConsumer<LabelItem, Exception> unsafeConsumer) -
add
public LabelItemListBuilder.LabelItemListWrapper add(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> unsafeSupplier, LabelItem labelItem) -
add
public LabelItemListBuilder.LabelItemListWrapper add(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> unsafeSupplier, com.liferay.petra.function.UnsafeConsumer<LabelItem, Exception> unsafeConsumer) -
build
-