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