| 程序包 | 说明 |
|---|---|
| org.dromara.streamquery.stream.core.lambda.function |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> SerBiOp<T> |
SerBiOp.justAfter()
just after
|
static <T> SerBiOp<T> |
SerBiOp.justAfter()
just after
|
static <T> SerBiOp<T> |
SerBiOp.justBefore()
just before
|
static <T> SerBiOp<T> |
SerBiOp.justBefore()
just before
|
static <T> SerBiOp<T> |
SerBiOp.maxBy(Comparator<? super T> comparator)
Returns a
SerBiOp which returns the greater of two elements
according to the specified Comparator. |
static <T> SerBiOp<T> |
SerBiOp.maxBy(Comparator<? super T> comparator)
Returns a
SerBiOp which returns the greater of two elements
according to the specified Comparator. |
static <T> SerBiOp<T> |
SerBiOp.minBy(Comparator<? super T> comparator)
Returns a
SerBiOp which returns the lesser of two elements
according to the specified Comparator. |
static <T> SerBiOp<T> |
SerBiOp.minBy(Comparator<? super T> comparator)
Returns a
SerBiOp which returns the lesser of two elements
according to the specified Comparator. |
Copyright © 2023 dromara. All rights reserved.