Class SortItemListBuilder.SortItemListWrapper
java.lang.Object
com.liferay.frontend.taglib.clay.servlet.taglib.util.SortItemListBuilder.SortItemListWrapper
- Enclosing class:
- SortItemListBuilder
-
Constructor Details
-
SortItemListWrapper
public SortItemListWrapper()
-
-
Method Details
-
add
-
add
public SortItemListBuilder.SortItemListWrapper add(com.liferay.petra.function.UnsafeConsumer<SortItem, Exception> unsafeConsumer) -
add
public SortItemListBuilder.SortItemListWrapper add(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> unsafeSupplier, SortItem sortItem) -
add
public SortItemListBuilder.SortItemListWrapper add(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> unsafeSupplier, com.liferay.petra.function.UnsafeConsumer<SortItem, Exception> unsafeConsumer) -
build
-