Class LabelItemListBuilder
java.lang.Object
com.liferay.frontend.taglib.clay.servlet.taglib.util.LabelItemListBuilder
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LabelItemListBuilder
public LabelItemListBuilder()
-
-
Method Details
-
add
-
add
public static LabelItemListBuilder.LabelItemListWrapper add(com.liferay.petra.function.UnsafeConsumer<LabelItem, Exception> unsafeConsumer) -
add
public static LabelItemListBuilder.LabelItemListWrapper add(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> unsafeSupplier, LabelItem labelItem) -
add
public static LabelItemListBuilder.LabelItemListWrapper add(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> unsafeSupplier, com.liferay.petra.function.UnsafeConsumer<LabelItem, Exception> unsafeConsumer)
-