| Package | Description |
|---|---|
| com.landawn.abacus | |
| com.landawn.abacus.util | |
| com.landawn.abacus.util.stream |
| 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) |
<T,E extends Exception> |
DataSet.divideColumn(String columnName,
Tuple.Tuple3<String,String,String> newColumnNames,
Throwables.BiConsumer<T,Triple<Object,Object,Object>,E> output) |
<E extends Exception> |
DataSet.filter(Tuple.Tuple3<String,String,String> columnNames,
int fromRowIndex,
int toRowIndex,
Throwables.TriPredicate<?,?,?,E> filter) |
<E extends Exception> |
DataSet.filter(Tuple.Tuple3<String,String,String> columnNames,
int fromRowIndex,
int toRowIndex,
Throwables.TriPredicate<?,?,?,E> filter,
int max) |
<E extends Exception> |
DataSet.filter(Tuple.Tuple3<String,String,String> columnNames,
Throwables.TriPredicate<?,?,?,E> filter) |
<E extends Exception> |
DataSet.filter(Tuple.Tuple3<String,String,String> columnNames,
Throwables.TriPredicate<?,?,?,E> filter,
int max) |
<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.forEach(Tuple.Tuple3<String,String,String> columnNames,
int fromRowIndex,
int toRowIndex,
Throwables.TriConsumer<?,?,?,E> action) |
<E extends Exception> |
DataSet.forEach(Tuple.Tuple3<String,String,String> columnNames,
Throwables.TriConsumer<?,?,?,E> action) |
<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 <R,R2,R3> Tuple.Tuple3<R,R2,R3> |
N.callInParallel(Callable<R> command,
Callable<R2> command2,
Callable<R3> command3)
Executes and complete the input commands in parallel.
|
static <T1,T2,T3> Tuple.Tuple3<T1,T2,T3> |
Tuple.flatten(Tuple.Tuple2<Tuple.Tuple2<T1,T2>,T3> tp) |
static <T1,T2,T3> Tuple.Tuple3<T1,T2,T3> |
Tuple.of(T1 _1,
T2 _2,
T3 _3) |
Tuple.Tuple3<T3,T2,T1> |
Tuple.Tuple3.reverse() |
Tuple.Tuple3<L,M,R> |
Triple.toTuple() |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,T3,E extends Exception> |
Futures.combine(Future<? extends T1> cf1,
Future<? extends T2> cf2,
Future<? extends T3> cf3) |
<E extends Exception> |
Tuple.Tuple3.filter(Throwables.TriPredicate<? super T1,? super T2,? super T3,E> predicate) |
static <A,B,C> TriFunction<A,B,C,Tuple.Tuple3<A,B,C>> |
Fn.tuple3() |
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.
|
<E extends Exception> |
Builder.DataSetBuilder.combineColumns(Tuple.Tuple3<String,String,String> columnNames,
String newColumnName,
Throwables.TriFunction<?,?,?,?,E> combineFunc) |
<T,E extends Exception> |
Builder.DataSetBuilder.divideColumn(String columnName,
Tuple.Tuple3<String,String,String> newColumnNames,
Throwables.BiConsumer<T,Triple<Object,Object,Object>,E> output) |
static <T1,T2,T3,T4,T5> |
Tuple.flatten(Tuple.Tuple3<Tuple.Tuple3<T1,T2,T3>,T4,T5> tp) |
static <T> List<T> |
Tuple.toList(Tuple.Tuple3<? extends T,? extends T,? extends T> tp) |
| Modifier and Type | Method and Description |
|---|---|
static <T,FC extends Collection<? extends Future<? extends T>>,R> |
Futures.compose(FC cfs,
Throwables.Function<? super FC,R,Exception> zipFunctionForGet,
Throwables.Function<? super Tuple.Tuple3<FC,Long,TimeUnit>,R,Exception> zipFunctionTimeoutGet) |
static <T1,T2,T3,T4,T5> |
Tuple.flatten(Tuple.Tuple3<Tuple.Tuple3<T1,T2,T3>,T4,T5> tp) |
| Modifier and Type | Method and Description |
|---|---|
static <T,A1,A2,A3,R1,R2,R3> |
Collectors.combine(Collector<? super T,A1,R1> collector1,
Collector<? super T,A2,R2> collector2,
Collector<? super T,A3,R3> collector3) |
static <T,A1,A2,A3,R1,R2,R3> |
Collectors.combine(Collector<? super T,A1,R1> collector1,
Collector<? super T,A2,R2> collector2,
Collector<? super T,A3,R3> collector3) |
static <T,A1,A2,A3,R1,R2,R3> |
Collectors.combine(Collector<? super T,A1,R1> collector1,
Collector<? super T,A2,R2> collector2,
Collector<? super T,A3,R3> collector3) |
static <T,A1,A2,A3,R1,R2,R3> |
Collectors.combine(Collector<? super T,A1,R1> collector1,
Collector<? super T,A2,R2> collector2,
Collector<? super T,A3,R3> collector3) |
static <T,A1,A2,A3,R1,R2,R3,R> |
Collectors.combine(Collector<? super T,A1,R1> collector1,
Collector<? super T,A2,R2> collector2,
Collector<? super T,A3,R3> collector3,
TriFunction<? super R1,? super R2,? super R3,R> finisher) |
static <T,A1,A2,A3,R1,R2,R3,R> |
Collectors.combine(Collector<? super T,A1,R1> collector1,
Collector<? super T,A2,R2> collector2,
Collector<? super T,A3,R3> collector3,
TriFunction<? super R1,? super R2,? super R3,R> finisher) |
Copyright © 2021. All rights reserved.