| Package | Description |
|---|---|
| com.landawn.abacus | |
| com.landawn.abacus.util | |
| com.landawn.abacus.util.function |
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
DataSet.addColumn(int columnIndex,
String newColumnName,
Tuple.Tuple3<String,String,String> fromColumnNames,
Throwables.TriFunction<?,?,?,?,E> func)
Generate the new column values from the specified columns by the specified
Function. |
<E extends Exception> |
DataSet.addColumn(String newColumnName,
Tuple.Tuple3<String,String,String> fromColumnNames,
Throwables.TriFunction<?,?,?,?,E> func)
Generate the new column values from the specified columns by the specified
Function. |
<E extends Exception> |
DataSet.combineColumns(Tuple.Tuple3<String,String,String> columnNames,
String newColumnName,
Throwables.TriFunction<?,?,?,?,E> combineFunc) |
<E extends Exception> |
DataSet.flatMap(Tuple.Tuple3<String,String,String> fromColumnNames,
Throwables.TriFunction<?,?,?,? extends Collection<?>,E> func,
String newColumnName,
Collection<String> copyingColumnNames) |
<E extends Exception> |
DataSet.map(Tuple.Tuple3<String,String,String> fromColumnNames,
Throwables.TriFunction<?,?,?,?,E> func,
String newColumnName,
Collection<String> copyingColumnNames) |
| Modifier and Type | Method and Description |
|---|---|
static <A,B,C,E extends Throwable> |
Fn.Fnn.c2f(Throwables.TriConsumer<A,B,C,E> triConsumer) |
static <A,B,C,R,E extends Throwable> |
Fn.Fnn.c2f(Throwables.TriConsumer<A,B,C,E> triConsumer,
R valueToReturn) |
static <A,B,C,R,E extends Throwable> |
Fn.Fnn.f(Throwables.TriFunction<A,B,C,R,E> triFunction) |
static <A,B,C,R,E extends Throwable> |
Fn.Fnn.ff(TriFunction<A,B,C,R> triFunction) |
static <L,M,R,E extends Exception> |
Fn.Fnn.triple() |
static <A,B,C,E extends Exception> |
Fn.Fnn.tuple3() |
| Modifier and Type | Method and Description |
|---|---|
static <A,B,T,R,E extends Throwable> |
Fn.Fnn.f(A a,
B b,
Throwables.TriFunction<A,B,T,R,E> triFunction) |
static <A,T,U,R,E extends Throwable> |
Fn.Fnn.f(A a,
Throwables.TriFunction<A,T,U,R,E> triFunction) |
static <A,B,C,R,E extends Throwable> |
Fn.Fnn.f(Throwables.TriFunction<A,B,C,R,E> triFunction) |
static <A,B,C,R,E extends Throwable> |
Fn.Fnn.f2c(Throwables.TriFunction<A,B,C,R,E> func) |
static <A,B,T,R,E extends Exception> |
Fn.ff(A a,
B b,
Throwables.TriFunction<A,B,T,R,E> triFunction) |
static <A,T,U,R,E extends Exception> |
Fn.ff(A a,
Throwables.TriFunction<A,T,U,R,E> triFunction) |
static <A,B,C,R,E extends Exception> |
Fn.ff(Throwables.TriFunction<A,B,C,R,E> triFunction) |
static <A,B,C,R,E extends Exception> |
Fn.ff(Throwables.TriFunction<A,B,C,R,E> triFunction,
R defaultOnError) |
<U,E extends Exception> |
Triple.map(Throwables.TriFunction<? super L,? super M,? super R,U,E> mapper) |
<U,E extends Exception> |
Tuple.Tuple3.map(Throwables.TriFunction<? super T1,? super T2,? super T3,U,E> mapper) |
<R> ExceptionalStream<R,E> |
ExceptionalStream.slidingMap(Throwables.TriFunction<? super T,? super T,? super T,R,? extends E> mapper) |
<R> ExceptionalStream<R,E> |
ExceptionalStream.slidingMap(Throwables.TriFunction<? super T,? super T,? super T,R,? extends E> mapper,
int increment) |
<R> ExceptionalStream<R,E> |
ExceptionalStream.slidingMap(Throwables.TriFunction<? super T,? super T,? super T,R,? extends E> mapper,
int increment,
boolean ignoreNotPaired) |
static <A,B,C,R,E extends Exception> |
N.zip(A[] a,
B[] b,
C[] c,
A valueForNoneA,
B valueForNoneB,
C valueForNoneC,
Throwables.TriFunction<? super A,? super B,? super C,R,E> zipFunction) |
static <A,B,C,T,E extends Exception> |
ExceptionalStream.zip(A[] a,
B[] b,
C[] c,
A valueForNoneA,
B valueForNoneB,
C valueForNoneC,
Throwables.TriFunction<? super A,? super B,? super C,T,? extends E> zipFunction)
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
|
static <A,B,C,T> ExceptionalStream<T,RuntimeException> |
ExceptionalStream.Seq.zip(A[] a,
B[] b,
C[] c,
A valueForNoneA,
B valueForNoneB,
C valueForNoneC,
Throwables.TriFunction<? super A,? super B,? super C,T,RuntimeException> zipFunction) |
static <A,B,C,R,E extends Exception> |
N.zip(A[] a,
B[] b,
C[] c,
Throwables.TriFunction<? super A,? super B,? super C,R,E> zipFunction) |
static <A,B,C,T,E extends Exception> |
ExceptionalStream.zip(A[] a,
B[] b,
C[] c,
Throwables.TriFunction<? super A,? super B,? super C,T,? extends E> zipFunction)
Zip together the "a", "b" and "c" arrays until one of them runs out of values.
|
static <A,B,C,T> ExceptionalStream<T,RuntimeException> |
ExceptionalStream.Seq.zip(A[] a,
B[] b,
C[] c,
Throwables.TriFunction<? super A,? super B,? super C,T,RuntimeException> zipFunction) |
static <A,B,C,R,E extends Exception> |
N.zip(Class<R> targetElementType,
A[] a,
B[] b,
C[] c,
A valueForNoneA,
B valueForNoneB,
C valueForNoneC,
Throwables.TriFunction<? super A,? super B,? super C,R,E> zipFunction) |
static <A,B,C,R,E extends Exception> |
N.zip(Class<R> targetElementType,
A[] a,
B[] b,
C[] c,
Throwables.TriFunction<? super A,? super B,? super C,R,E> zipFunction) |
static <A,B,C,T,E extends Exception> |
ExceptionalStream.zip(Collection<? extends A> a,
Collection<? extends B> b,
Collection<? extends C> c,
A valueForNoneA,
B valueForNoneB,
C valueForNoneC,
Throwables.TriFunction<? super A,? super B,? super C,T,? extends E> zipFunction)
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
|
static <A,B,C,T> ExceptionalStream<T,RuntimeException> |
ExceptionalStream.Seq.zip(Collection<? extends A> a,
Collection<? extends B> b,
Collection<? extends C> c,
A valueForNoneA,
B valueForNoneB,
C valueForNoneC,
Throwables.TriFunction<? super A,? super B,? super C,T,RuntimeException> zipFunction) |
static <A,B,C,T,E extends Exception> |
ExceptionalStream.zip(Collection<? extends A> a,
Collection<? extends B> b,
Collection<? extends C> c,
Throwables.TriFunction<? super A,? super B,? super C,T,? extends E> zipFunction)
Zip together the "a", "b" and "c" arrays until one of them runs out of values.
|
static <A,B,C,T> ExceptionalStream<T,RuntimeException> |
ExceptionalStream.Seq.zip(Collection<? extends A> a,
Collection<? extends B> b,
Collection<? extends C> c,
Throwables.TriFunction<? super A,? super B,? super C,T,RuntimeException> zipFunction) |
static <A,B,C,R,E extends Exception> |
N.zip(Collection<A> a,
Collection<B> b,
Collection<C> c,
A valueForNoneA,
B valueForNoneB,
C valueForNoneC,
Throwables.TriFunction<? super A,? super B,? super C,R,E> zipFunction) |
static <A,B,C,R,E extends Exception> |
N.zip(Collection<A> a,
Collection<B> b,
Collection<C> c,
Throwables.TriFunction<? super A,? super B,? super C,R,E> zipFunction) |
static <A,B,C,T,E extends Exception> |
ExceptionalStream.zip(ExceptionalStream<? extends A,E> a,
ExceptionalStream<? extends B,E> b,
ExceptionalStream<? extends C,E> c,
A valueForNoneA,
B valueForNoneB,
C valueForNoneC,
Throwables.TriFunction<? super A,? super B,? super C,T,? extends E> zipFunction)
Zip together the "a", "b" and "c" streams until one of them runs out of values.
|
static <A,B,C,T,E extends Exception> |
ExceptionalStream.zip(ExceptionalStream<? extends A,E> a,
ExceptionalStream<? extends B,E> b,
ExceptionalStream<? extends C,E> c,
Throwables.TriFunction<? super A,? super B,? super C,T,? extends E> zipFunction)
Zip together the "a", "b" and "c" streams until one of them runs out of values.
|
static <A,B,C,T,E extends Exception> |
ExceptionalStream.zip(Iterator<? extends A> a,
Iterator<? extends B> b,
Iterator<? extends C> c,
A valueForNoneA,
B valueForNoneB,
C valueForNoneC,
Throwables.TriFunction<? super A,? super B,? super C,T,? extends E> zipFunction)
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
|
static <A,B,C,T> ExceptionalStream<T,RuntimeException> |
ExceptionalStream.Seq.zip(Iterator<? extends A> a,
Iterator<? extends B> b,
Iterator<? extends C> c,
A valueForNoneA,
B valueForNoneB,
C valueForNoneC,
Throwables.TriFunction<? super A,? super B,? super C,T,RuntimeException> zipFunction) |
static <A,B,C,T,E extends Exception> |
ExceptionalStream.zip(Iterator<? extends A> a,
Iterator<? extends B> b,
Iterator<? extends C> c,
Throwables.TriFunction<? super A,? super B,? super C,T,? extends E> zipFunction)
Zip together the "a", "b" and "c" iterators until one of them runs out of values.
|
static <A,B,C,T> ExceptionalStream<T,RuntimeException> |
ExceptionalStream.Seq.zip(Iterator<? extends A> a,
Iterator<? extends B> b,
Iterator<? extends C> c,
Throwables.TriFunction<? super A,? super B,? super C,T,RuntimeException> zipFunction) |
<T2,T3,R> ExceptionalStream<R,E> |
ExceptionalStream.zipWith(ExceptionalStream<T2,E> b,
ExceptionalStream<T3,E> c,
Throwables.TriFunction<? super T,? super T2,? super T3,R,? extends E> zipFunction) |
<T2,T3,R> ExceptionalStream<R,E> |
ExceptionalStream.zipWith(ExceptionalStream<T2,E> b,
ExceptionalStream<T3,E> c,
T valueForNoneA,
T2 valueForNoneB,
T3 valueForNoneC,
Throwables.TriFunction<? super T,? super T2,? super T3,R,? extends E> zipFunction) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TriFunction<A,B,C,R> |
Copyright © 2021. All rights reserved.