| 程序包 | 说明 |
|---|---|
| cn.maarlakes.common.function | |
| cn.maarlakes.common.http | |
| cn.maarlakes.common.http.apache | |
| cn.maarlakes.common.http.async | |
| cn.maarlakes.common.http.ok | |
| cn.maarlakes.common.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
default Function0<R> |
Function1.acceptPartially(T1 t1) |
default Function0<R> |
Function2.acceptPartially(T1 t1,
T2 t2) |
default Function0<R> |
Function3.acceptPartially(T1 t1,
T2 t2,
T3 t3) |
default Function0<R> |
Function4.acceptPartially(T1 t1,
T2 t2,
T3 t3,
T4 t4) |
default Function0<R> |
Function5.acceptPartially(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5) |
default Function0<R> |
Function6.acceptPartially(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6) |
default Function0<R> |
Function7.acceptPartially(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7) |
default Function0<R> |
Function8.acceptPartially(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
T8 t8) |
default Function0<R> |
Function9.acceptPartially(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
T8 t8,
T9 t9) |
static <R> Function0<R> |
Function0.from(Callable<R> callable) |
static <R> Function0<R> |
Function0.from(Supplier<R> supplier) |
| 限定符和类型 | 方法和说明 |
|---|---|
HttpClient |
HttpClientFactory.createClient(Function0<Executor> executorFactory) |
| 限定符和类型 | 方法和说明 |
|---|---|
HttpClient |
ApacheAsyncHttpClientFactory.createClient(Function0<Executor> executorFactory) |
HttpClient |
ApacheHttpClient4Factory.createClient(Function0<Executor> executorFactory) |
| 限定符和类型 | 方法和说明 |
|---|---|
HttpClient |
AsyncHttpClientFactory.createClient(Function0<Executor> executorFactory) |
| 限定符和类型 | 方法和说明 |
|---|---|
HttpClient |
OkHttpClientFactory.createClient(Function0<Executor> executorFactory) |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ExecutorFactory |
interface |
Lazy<T> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SharedExecutorFactory |
class |
ThreadPoolFactory |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> Lazy<T> |
Lazy.of(Function0<T> factory) |
Copyright © 2024. All rights reserved.