public class SortItemListBuilder
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SortItemListBuilder.SortItemListWrapper |
| Constructor and Description |
|---|
SortItemListBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static SortItemListBuilder.SortItemListWrapper |
add(SortItem sortItem) |
static SortItemListBuilder.SortItemListWrapper |
add(com.liferay.petra.function.UnsafeConsumer<SortItem,java.lang.Exception> unsafeConsumer) |
static SortItemListBuilder.SortItemListWrapper |
add(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> unsafeSupplier,
SortItem sortItem) |
static SortItemListBuilder.SortItemListWrapper |
add(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> unsafeSupplier,
com.liferay.petra.function.UnsafeConsumer<SortItem,java.lang.Exception> unsafeConsumer) |
public static SortItemListBuilder.SortItemListWrapper add(SortItem sortItem)
public static SortItemListBuilder.SortItemListWrapper add(com.liferay.petra.function.UnsafeConsumer<SortItem,java.lang.Exception> unsafeConsumer)
public static SortItemListBuilder.SortItemListWrapper add(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> unsafeSupplier, SortItem sortItem)
public static SortItemListBuilder.SortItemListWrapper add(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> unsafeSupplier, com.liferay.petra.function.UnsafeConsumer<SortItem,java.lang.Exception> unsafeConsumer)