| 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.DisposableDeque<T>
One-off Object.
|
static class |
NoCachingNoUpdating.DisposableEntry<K,V>
One-off Object.
|
static class |
NoCachingNoUpdating.DisposableObjArray
One-off Object.
|
static class |
NoCachingNoUpdating.DisposablePair<L,R>
One-off Object.
|
static class |
NoCachingNoUpdating.DisposableTriple<L,M,R>
One-off Object.
|
| Modifier and Type | Method and Description |
|---|---|
static CharBiFunction<MergeResult> |
Fn.FnC.alternated()
Deprecated.
|
static ByteBiFunction<MergeResult> |
Fn.FnB.alternated()
Deprecated.
|
static ShortBiFunction<MergeResult> |
Fn.FnS.alternated()
Deprecated.
|
static IntBiFunction<MergeResult> |
Fn.FnI.alternated()
Deprecated.
|
static LongBiFunction<MergeResult> |
Fn.FnL.alternated()
Deprecated.
|
static FloatBiFunction<MergeResult> |
Fn.FnF.alternated()
Deprecated.
|
static DoubleBiFunction<MergeResult> |
Fn.FnD.alternated()
Deprecated.
|
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.