| Package | Description |
|---|---|
| com.landawn.abacus | |
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
<T,E extends Exception> |
DataSet.divideColumn(String columnName,
Tuple.Tuple3<String,String,String> newColumnNames,
Throwables.BiConsumer<T,Triple<Object,Object,Object>,E> output) |
| Modifier and Type | Method and Description |
|---|---|
Triple<L,M,R> |
NoCachingNoUpdating.DisposableTriple.copy() |
Triple<L,M,R> |
Triple.copy() |
static <L,M,R> Triple<L,M,R>[] |
Triple.emptyArray() |
static <L,M,R> Triple<L,M,R> |
Triple.of(L l,
M m,
R r) |
Triple<R,M,L> |
Triple.reverse()
Returns a new instance of Triple<R, M, L>.
|
Triple<A,B,C>[] |
TriIterator.toArray() |
Triple<T1,T2,T3> |
Tuple.Tuple3.toTriple() |
static <T,A,B,C,E extends Exception> |
N.unzipp(Collection<? extends T> c,
Throwables.BiConsumer<? super T,Triple<A,B,C>,E> unzip) |
static <T,A,B,C,LC extends Collection<A>,MC extends Collection<B>,RC extends Collection<C>,E extends Exception> |
N.unzipp(Collection<? extends T> c,
Throwables.BiConsumer<? super T,Triple<A,B,C>,E> unzip,
IntFunction<? extends Collection<?>> supplier) |
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
Triple.filter(Throwables.Predicate<? super Triple<L,M,R>,E> predicate) |
<E extends Exception> |
Triple.filter(Throwables.TriPredicate<? super L,? super M,? super R,E> predicate) |
List<Triple<A,B,C>> |
TriIterator.toList() |
static <T> Function<Triple<T,T,T>,List<T>> |
Fn.Triples.toList() |
u.Optional<Triple<L,M,R>> |
Triple.toOptional() |
static <T> Function<Triple<T,T,T>,Set<T>> |
Fn.Triples.toSet() |
static <L,M,R> TriFunction<L,M,R,Triple<L,M,R>> |
Fn.triple() |
static <L,M,R,E extends Exception> |
Fn.Fnn.triple() |
| Modifier and Type | Method and Description |
|---|---|
static <L,M,R> NoCachingNoUpdating.DisposableTriple<L,M,R> |
NoCachingNoUpdating.DisposableTriple.wrap(Triple<L,M,R> p) |
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
Triple.accept(Throwables.Consumer<? super Triple<L,M,R>,E> action) |
<T,E extends Exception> |
Builder.DataSetBuilder.divideColumn(String columnName,
Tuple.Tuple3<String,String,String> newColumnNames,
Throwables.BiConsumer<T,Triple<Object,Object,Object>,E> output) |
<E extends Exception> |
Triple.filter(Throwables.Predicate<? super Triple<L,M,R>,E> predicate) |
void |
TriIterator.forEachRemaining(Consumer<? super Triple<A,B,C>> action)
Deprecated.
|
static <A,B,C> TriIterator<A,B,C> |
TriIterator.generate(BooleanSupplier hasNext,
Consumer<Triple<A,B,C>> output) |
static <A,B,C> TriIterator<A,B,C> |
TriIterator.generate(Consumer<Triple<A,B,C>> output)
Returns an infinite
BiIterator. |
static <A,B,C> TriIterator<A,B,C> |
TriIterator.generate(int fromIndex,
int toIndex,
IndexedConsumer<Triple<A,B,C>> output) |
<U,E extends Exception> |
Triple.map(Throwables.Function<? super Triple<L,M,R>,U,E> mapper) |
<E extends Exception> |
Triple.setIf(L newLeft,
M newMiddle,
R newRight,
Throwables.QuadPredicate<? super Triple<L,M,R>,? super L,? super M,? super R,E> predicate)
Set to the specified
newLeft and newRight and
returns true if predicate returns true. |
<E extends Exception> |
Triple.setLeftIf(L newLeft,
Throwables.BiPredicate<? super Triple<L,M,R>,? super L,E> predicate)
Set to the specified
newLeft and returns true
if predicate returns true. |
<E extends Exception> |
Triple.setMiddleIf(M newMiddle,
Throwables.BiPredicate<? super Triple<L,M,R>,? super M,E> predicate)
Set to the specified
newMiddle and returns true
if predicate returns true. |
<E extends Exception> |
Triple.setRightIf(R newRight,
Throwables.BiPredicate<? super Triple<L,M,R>,? super R,E> predicate)
Set to the specified
newRight and returns true
if predicate returns true. |
static <T,A,B,C> TriIterator<A,B,C> |
TriIterator.unzip(Iterator<? extends T> iter,
BiConsumer<? super T,Triple<A,B,C>> unzip) |
static <T,A,B,C> TriIterator<A,B,C> |
Iterators.unzipp(Collection<? extends T> c,
BiConsumer<? super T,Triple<A,B,C>> unzip) |
static <T,A,B,C,E extends Exception> |
N.unzipp(Collection<? extends T> c,
Throwables.BiConsumer<? super T,Triple<A,B,C>,E> unzip) |
static <T,A,B,C,LC extends Collection<A>,MC extends Collection<B>,RC extends Collection<C>,E extends Exception> |
N.unzipp(Collection<? extends T> c,
Throwables.BiConsumer<? super T,Triple<A,B,C>,E> unzip,
IntFunction<? extends Collection<?>> supplier) |
static <T,A,B,C> TriIterator<A,B,C> |
Iterators.unzipp(Iterator<? extends T> iter,
BiConsumer<? super T,Triple<A,B,C>> unzip) |
Copyright © 2021. All rights reserved.