| 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.Tuple2<String,String> fromColumnNames,
Throwables.BiFunction<?,?,?,E> func)
Generate the new column values from the specified columns by the specified
Function. |
<E extends Exception> |
DataSet.addColumn(String newColumnName,
Tuple.Tuple2<String,String> fromColumnNames,
Throwables.BiFunction<?,?,?,E> func)
Generate the new column values from the specified columns by the specified
Function. |
<E extends Exception> |
DataSet.combineColumns(Tuple.Tuple2<String,String> columnNames,
String newColumnName,
Throwables.BiFunction<?,?,?,E> combineFunc) |
<T,E extends Exception> |
DataSet.divideColumn(String columnName,
Tuple.Tuple2<String,String> newColumnNames,
Throwables.BiConsumer<T,Pair<Object,Object>,E> output) |
<E extends Exception> |
DataSet.filter(Tuple.Tuple2<String,String> columnNames,
int fromRowIndex,
int toRowIndex,
Throwables.BiPredicate<?,?,E> filter) |
<E extends Exception> |
DataSet.filter(Tuple.Tuple2<String,String> columnNames,
int fromRowIndex,
int toRowIndex,
Throwables.BiPredicate<?,?,E> filter,
int max) |
<E extends Exception> |
DataSet.filter(Tuple.Tuple2<String,String> columnNames,
Throwables.BiPredicate<?,?,E> filter) |
<E extends Exception> |
DataSet.filter(Tuple.Tuple2<String,String> columnNames,
Throwables.BiPredicate<?,?,E> filter,
int max) |
<E extends Exception> |
DataSet.flatMap(Tuple.Tuple2<String,String> fromColumnNames,
Throwables.BiFunction<?,?,? extends Collection<?>,E> func,
String newColumnName,
Collection<String> copyingColumnNames) |
<E extends Exception> |
DataSet.forEach(Tuple.Tuple2<String,String> columnNames,
int fromRowIndex,
int toRowIndex,
Throwables.BiConsumer<?,?,E> action) |
<E extends Exception> |
DataSet.forEach(Tuple.Tuple2<String,String> columnNames,
Throwables.BiConsumer<?,?,E> action) |
<E extends Exception> |
DataSet.map(Tuple.Tuple2<String,String> fromColumnNames,
Throwables.BiFunction<?,?,?,E> func,
String newColumnName,
Collection<String> copyingColumnNames) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Tuple.Tuple2<K,V> |
Tuple.from(Map.Entry<K,V> entry) |
static <T1,T2> Tuple.Tuple2<T1,T2> |
Tuple.of(T1 _1,
T2 _2) |
Tuple.Tuple2<T2,T1> |
Tuple.Tuple2.reverse() |
Tuple.Tuple2<L,R> |
Pair.toTuple() |
Tuple.Tuple2<T,E> |
Result.toTuple() |
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
Tuple.Tuple2.filter(Throwables.BiPredicate<? super T1,? super T2,E> predicate) |
static ImmutableMap<String,Tuple.Tuple2<String,Boolean>> |
SQLBuilder.getProp2ColumnNameMap(Class<?> entityClass,
NamingPolicy namingPolicy)
Deprecated.
for internal use only.
|
static <T,U> BiFunction<T,U,Tuple.Tuple2<T,U>> |
Fn.tuple2() |
static <T,U,E extends Exception> |
Fn.Fnn.tuple2() |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,T3> Tuple.Tuple3<T1,T2,T3> |
Tuple.flatten(Tuple.Tuple2<Tuple.Tuple2<T1,T2>,T3> tp) |
static <T> List<T> |
Tuple.toList(Tuple.Tuple2<? extends T,? extends T> tp) |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,T3> Tuple.Tuple3<T1,T2,T3> |
Tuple.flatten(Tuple.Tuple2<Tuple.Tuple2<T1,T2>,T3> tp) |
| Modifier and Type | Method and Description |
|---|---|
static <T,A1,A2,R1,R2> |
Collectors.combine(Collector<? super T,A1,R1> collector1,
Collector<? super T,A2,R2> collector2) |
static <T,A1,A2,R1,R2> |
Collectors.combine(Collector<? super T,A1,R1> collector1,
Collector<? super T,A2,R2> collector2) |
static <T,A1,A2,R1,R2,R> |
Collectors.combine(Collector<? super T,A1,R1> collector1,
Collector<? super T,A2,R2> collector2,
BiFunction<? super R1,? super R2,R> finisher) |
Copyright © 2021. All rights reserved.