Class FDSSortItemListBuilder.FDSSortItemListWrapper
java.lang.Object
com.liferay.frontend.data.set.model.FDSSortItemListBuilder.FDSSortItemListWrapper
- Enclosing class:
- FDSSortItemListBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd
(FDSSortItem fdsSortItem) add
(com.liferay.petra.function.UnsafeConsumer<FDSSortItem, Exception> unsafeConsumer) add
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> unsafeSupplier, FDSSortItem fdsSortItem) add
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> unsafeSupplier, com.liferay.petra.function.UnsafeConsumer<FDSSortItem, Exception> unsafeConsumer) build()
-
Constructor Details
-
FDSSortItemListWrapper
public FDSSortItemListWrapper()
-
-
Method Details
-
add
-
add
public FDSSortItemListBuilder.FDSSortItemListWrapper add(com.liferay.petra.function.UnsafeConsumer<FDSSortItem, Exception> unsafeConsumer) -
add
public FDSSortItemListBuilder.FDSSortItemListWrapper add(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> unsafeSupplier, FDSSortItem fdsSortItem) -
add
public FDSSortItemListBuilder.FDSSortItemListWrapper add(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> unsafeSupplier, com.liferay.petra.function.UnsafeConsumer<FDSSortItem, Exception> unsafeConsumer) -
build
-