| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionalStream<T,E extends Exception>
The Stream will be automatically closed after execution(A terminal method is executed/triggered).
|
interface |
NoCachingNoUpdating
One-off Object.
|
static class |
NoCachingNoUpdating.DisposableArray<T>
One-off Object.
|
static class |
NoCachingNoUpdating.DisposableBooleanArray
One-off Object.
|
static class |
NoCachingNoUpdating.DisposableByteArray
One-off Object.
|
static class |
NoCachingNoUpdating.DisposableCharArray
One-off Object.
|
static class |
NoCachingNoUpdating.DisposableDeque<T>
One-off Object.
|
static class |
NoCachingNoUpdating.DisposableDoubleArray
One-off Object.
|
static class |
NoCachingNoUpdating.DisposableEntry<K,V>
One-off Object.
|
static class |
NoCachingNoUpdating.DisposableFloatArray
One-off Object.
|
static class |
NoCachingNoUpdating.DisposableIntArray
One-off Object.
|
static class |
NoCachingNoUpdating.DisposableLongArray
One-off Object.
|
static class |
NoCachingNoUpdating.DisposableObjArray
One-off Object.
|
static class |
NoCachingNoUpdating.DisposableShortArray
One-off Object.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> BiFunction<T,T,MergeResult> |
Fn.alternated()
Returns a stateful
BiFunction. |
static <T> BiFunction<T,T,MergeResult> |
MergeResult.alternated()
Deprecated.
Use
Fn.alternated() instead |
static <T> Predicate<T> |
Fn.Predicates.distinct()
Returns a stateful
Predicate. |
static <T> Predicate<T> |
Fn.Predicates.distinctBy(Function<? super T,?> mapper)
Returns a stateful
Predicate. |
static <T> Function<T,Indexed<T>> |
Fn.indexed()
Returns a stateful
Predicate. |
static <U,T> BiConsumer<U,T> |
Fn.BiConsumers.indexed(IndexedBiConsumer<U,T> action)
Returns a stateful
BiPredicate. |
static <U,T,R> BiFunction<U,T,R> |
Fn.BiFunctions.indexed(IndexedBiFunction<U,T,R> func)
Returns a stateful
BiPredicate. |
static <T,U> BiPredicate<T,U> |
Fn.BiPredicates.indexed(IndexedBiPredicate<T,U> predicate)
Returns a stateful
BiPredicate. |
static <T> Consumer<T> |
Fn.Consumers.indexed(IndexedConsumer<T> action)
Returns a stateful
BiPredicate. |
static <T,R> Function<T,R> |
Fn.Functions.indexed(IndexedFunction<T,R> func)
Returns a stateful
Function. |
static <T> Predicate<T> |
Fn.indexed(IndexedPredicate<T> predicate)
Returns a stateful
Predicate. |
static <T> Predicate<T> |
Fn.Predicates.indexed(IndexedPredicate<T> predicate)
Returns a stateful
Predicate. |
static <T,C extends Collection<T>> |
Fn.reuse(IntFunction<? extends C> supplier)
Deprecated.
|
static <T,C extends Collection<T>> |
Fn.reuse(Supplier<? extends C> supplier)
Deprecated.
|
static <T> Predicate<T> |
Fn.Predicates.skipRepeats()
Returns a stateful
Predicate. |
Copyright © 2021. All rights reserved.