| 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 |
|---|---|
<E extends Exception> |
Builder.DataSetBuilder.addColumn(int columnIndex,
String newColumnName,
Tuple.Tuple3<String,String,String> fromColumnNames,
Throwables.TriFunction<?,?,?,?,E> func)
Adds the column.
|
<E extends Exception> |
Builder.DataSetBuilder.addColumn(String newColumnName,
Tuple.Tuple3<String,String,String> fromColumnNames,
Throwables.TriFunction<?,?,?,?,E> func)
Adds the column.
|
static <T1,T2,T3,R,E extends Exception> |
Futures.combine(Future<? extends T1> cf1,
Future<? extends T2> cf2,
Future<? extends T3> cf3,
Throwables.TriFunction<? super T1,? super T2,? super T3,R,E> action) |
<E extends Exception> |
Builder.DataSetBuilder.combineColumns(Tuple.Tuple3<String,String,String> columnNames,
String newColumnName,
Throwables.TriFunction<?,?,?,?,E> combineFunc) |
static <T1,T2,T3,R> |
Futures.compose(Future<T1> cf1,
Future<T2> cf2,
Future<T3> cf3,
Throwables.TriFunction<? super Future<T1>,? super Future<T2>,? super Future<T3>,R,Exception> zipFunctionForGet) |
static <T1,T2,T3,R> |
Futures.compose(Future<T1> cf1,
Future<T2> cf2,
Future<T3> cf3,
Throwables.TriFunction<? super Future<T1>,? super Future<T2>,? super Future<T3>,R,Exception> zipFunctionForGet,
Throwables.Function<? super Tuple.Tuple5<Future<T1>,Future<T2>,Future<T3>,Long,TimeUnit>,R,Exception> zipFunctionTimeoutGet) |
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)
Deprecated.
|
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)
Deprecated.
|
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)
Deprecated.
|
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)
Deprecated.
|
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)
Deprecated.
|
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)
Deprecated.
|
<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> |
| Modifier and Type | Method and Description |
|---|---|
default <E extends Throwable> |
TriFunction.toThrowable() |
Copyright © 2021. All rights reserved.