| Package | Description |
|---|---|
| com.landawn.abacus.util | |
| com.landawn.abacus.util.stream |
| Modifier and Type | Field and Description |
|---|---|
static BiConsumer<String[],String> |
CSVUtil.CSV_LINE_PARSER |
static BiConsumer<String[],String> |
CSVUtil.CSV_LINE_PARSER_BY_SPLITTER |
| Modifier and Type | Method and Description |
|---|---|
static <A,T,U> BiConsumer<T,U> |
Fn.c(A a,
TriConsumer<A,T,U> triConsumer) |
static <T,U> BiConsumer<T,U> |
Fn.c(BiConsumer<T,U> biConsumer) |
static <A,T,U,E extends Exception> |
Fn.cc(A a,
Throwables.TriConsumer<A,T,U,E> triConsumer) |
static <T,U,E extends Exception> |
Fn.cc(Throwables.BiConsumer<T,U,E> biConsumer) |
static <T,U> BiConsumer<T,U> |
Fn.BiConsumers.doNothing() |
static <T,U> BiConsumer<T,U> |
Fn.f2c(BiFunction<? super T,? super U,?> func) |
static <U,T> BiConsumer<U,T> |
Fn.BiConsumers.indexed(IndexedBiConsumer<U,T> action)
Returns a stateful
BiPredicate. |
static <T,C extends Collection<? super T>> |
Fn.BiConsumers.ofAdd() |
static <T,C extends Collection<T>> |
Fn.BiConsumers.ofAddAll()
Of add all.
|
static <T> BiConsumer<StringBuilder,T> |
Fn.BiConsumers.ofAppend() |
static BiConsumer<Joiner,Joiner> |
Fn.BiConsumers.ofMerge() |
static <K,V,M extends Map<K,V>,E extends Map.Entry<K,V>> |
Fn.BiConsumers.ofPut() |
static <K,V,M extends Map<K,V>> |
Fn.BiConsumers.ofPutAll()
Of put all.
|
static <T,C extends Collection<? super T>> |
Fn.BiConsumers.ofRemove() |
static <T,C extends Collection<T>> |
Fn.BiConsumers.ofRemoveAll()
Of remove all.
|
static <K,V,M extends Map<K,V>> |
Fn.BiConsumers.ofRemoveByKey()
Of remove by key.
|
static <T,U> BiConsumer<T,U> |
Fn.println(String separator) |
static <T,U> BiConsumer<T,U> |
Fn.sc(Object mutex,
BiConsumer<T,U> biConsumer)
Synchronized
BiConsumer. |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Consumer<Map.Entry<K,V>> |
Fn.acceptKeyVal(BiConsumer<? super K,? super V> consumer)
Accept key val.
|
static <A,T> Consumer<T> |
Fn.c(A a,
BiConsumer<A,T> biConsumer) |
static <K,V> Consumer<Map.Entry<K,V>> |
Fn.Entries.c(BiConsumer<? super K,? super V> c) |
static <T,U> BiConsumer<T,U> |
Fn.c(BiConsumer<T,U> biConsumer) |
static <T,U> BiFunction<T,U,Void> |
Fn.c2f(BiConsumer<? super T,? super U> action) |
static <T,U,R> BiFunction<T,U,R> |
Fn.c2f(BiConsumer<? super T,? super U> action,
R valueToReturn) |
static <A,T,E extends Throwable> |
Fn.Fnn.cc(A a,
BiConsumer<A,T> biConsumer) |
static <T,U,E extends Throwable> |
Fn.Fnn.cc(BiConsumer<T,U> biConsumer) |
static <A,T> Consumer<T> |
Fn.sc(Object mutex,
A a,
BiConsumer<A,T> biConsumer)
Synchronized
Consumer. |
static <T,U> BiConsumer<T,U> |
Fn.sc(Object mutex,
BiConsumer<T,U> biConsumer)
Synchronized
BiConsumer. |
static void |
CSVUtil.setCSVLineParser(BiConsumer<String[],String> parser) |
static <T,L,R> BiIterator<L,R> |
Iterators.unzip(Collection<? extends T> c,
BiConsumer<? super T,Pair<L,R>> unzip) |
static <T,L,R> BiIterator<L,R> |
BiIterator.unzip(Iterator<? extends T> iter,
BiConsumer<? super T,Pair<L,R>> unzip) |
static <T,L,R> BiIterator<L,R> |
Iterators.unzip(Iterator<? extends T> iter,
BiConsumer<? super T,Pair<L,R>> unzip) |
| Modifier and Type | Method and Description |
|---|---|
BiConsumer<A,T> |
Collector.accumulator() |
Copyright © 2021. All rights reserved.