| 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> |
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<T1,T2,T3> |
Tuple.Tuple3.toTriple() |
static <T,L,M,R,E extends Exception> |
N.unzipp(Collection<? extends T> c,
Throwables.BiConsumer<? super T,Triple<L,M,R>,E> unzip) |
static <T,L,M,R,LC extends Collection<L>,MC extends Collection<M>,RC extends Collection<R>,E extends Exception> |
N.unzipp(Collection<? extends T> c,
Throwables.BiConsumer<? super T,Triple<L,M,R>,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) |
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 |
|---|---|
<E extends Exception> |
Triple.accept(Throwables.Consumer<? super Triple<L,M,R>,E> action) |
<E extends Exception> |
Triple.filter(Throwables.Predicate<? super Triple<L,M,R>,E> predicate) |
<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,L,M,R,E extends Exception> |
N.unzipp(Collection<? extends T> c,
Throwables.BiConsumer<? super T,Triple<L,M,R>,E> unzip) |
static <T,L,M,R,LC extends Collection<L>,MC extends Collection<M>,RC extends Collection<R>,E extends Exception> |
N.unzipp(Collection<? extends T> c,
Throwables.BiConsumer<? super T,Triple<L,M,R>,E> unzip,
IntFunction<? extends Collection<?>> supplier) |
Copyright © 2021. All rights reserved.