public interface SneakyThrowsFunctional
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> SneakyThrowsConsumer1<T> |
consumer(ThrowsConsumer1<T> throwsConsumer1) |
static <T1,T2> SneakyThrowsConsumer2<T1,T2> |
consumer(ThrowsConsumer2<T1,T2> throwsConsumer) |
static <T1,T2,T3> SneakyThrowsConsumer3<T1,T2,T3> |
consumer(ThrowsConsumer3<T1,T2,T3> throwsConsumer) |
static <T1,T2,T3,T4> |
consumer(ThrowsConsumer4<T1,T2,T3,T4> throwsConsumer) |
static <T,R> SneakyThrowsFunction1<T,R> |
function(ThrowsFunction1<T,R> throwsFunction1) |
static <T1,T2,R> SneakyThrowsFunction2<T1,T2,R> |
function(ThrowsFunction2<T1,T2,R> throwsFunction2) |
static <T1,T2,T3,R> |
function(ThrowsFunction3<T1,T2,T3,R> throwsFunction3) |
static <T1,T2,T3,T4,R> |
function(ThrowsFunction4<T1,T2,T3,T4,R> throwsFunction4) |
static <T1,T2,T3,T4,T5,R> |
function(ThrowsFunction5<T1,T2,T3,T4,T5,R> throwsFunction5) |
static <T1,T2,T3,T4,T5,T6,R> |
function(ThrowsFunction6<T1,T2,T3,T4,T5,T6,R> throwsFunction6) |
static <T1,T2,T3,T4,T5,T6,T7,R> |
function(ThrowsFunction7<T1,T2,T3,T4,T5,T6,T7,R> throwsFunction7) |
static <T1,T2,T3,T4,T5,T6,T7,T8,R> |
function(ThrowsFunction8<T1,T2,T3,T4,T5,T6,T7,T8,R> throwsFunction8) |
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,R> |
function(ThrowsFunction9<T1,T2,T3,T4,T5,T6,T7,T8,T9,R> throwsFunction9) |
static SneakyThrowsRunnable |
runnable(ThrowsRunnable throwsRunnable) |
static <T> SneakyThrowsSupplier<T> |
supplier(ThrowsSupplier<T> throwsSupplier) |
static <T> SneakyThrowsConsumer1<T> consumer(ThrowsConsumer1<T> throwsConsumer1)
static <T1,T2> SneakyThrowsConsumer2<T1,T2> consumer(ThrowsConsumer2<T1,T2> throwsConsumer)
static <T1,T2,T3> SneakyThrowsConsumer3<T1,T2,T3> consumer(ThrowsConsumer3<T1,T2,T3> throwsConsumer)
static <T1,T2,T3,T4> SneakyThrowsConsumer4<T1,T2,T3,T4> consumer(ThrowsConsumer4<T1,T2,T3,T4> throwsConsumer)
static <T,R> SneakyThrowsFunction1<T,R> function(ThrowsFunction1<T,R> throwsFunction1)
static <T1,T2,R> SneakyThrowsFunction2<T1,T2,R> function(ThrowsFunction2<T1,T2,R> throwsFunction2)
static <T1,T2,T3,R> SneakyThrowsFunction3<T1,T2,T3,R> function(ThrowsFunction3<T1,T2,T3,R> throwsFunction3)
static <T1,T2,T3,T4,R> SneakyThrowsFunction4<T1,T2,T3,T4,R> function(ThrowsFunction4<T1,T2,T3,T4,R> throwsFunction4)
static <T1,T2,T3,T4,T5,R> SneakyThrowsFunction5<T1,T2,T3,T4,T5,R> function(ThrowsFunction5<T1,T2,T3,T4,T5,R> throwsFunction5)
static <T1,T2,T3,T4,T5,T6,R> SneakyThrowsFunction6<T1,T2,T3,T4,T5,T6,R> function(ThrowsFunction6<T1,T2,T3,T4,T5,T6,R> throwsFunction6)
static <T1,T2,T3,T4,T5,T6,T7,R> SneakyThrowsFunction7<T1,T2,T3,T4,T5,T6,T7,R> function(ThrowsFunction7<T1,T2,T3,T4,T5,T6,T7,R> throwsFunction7)
static <T1,T2,T3,T4,T5,T6,T7,T8,R> SneakyThrowsFunction8<T1,T2,T3,T4,T5,T6,T7,T8,R> function(ThrowsFunction8<T1,T2,T3,T4,T5,T6,T7,T8,R> throwsFunction8)
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,R> SneakyThrowsFunction9<T1,T2,T3,T4,T5,T6,T7,T8,T9,R> function(ThrowsFunction9<T1,T2,T3,T4,T5,T6,T7,T8,T9,R> throwsFunction9)
static SneakyThrowsRunnable runnable(ThrowsRunnable throwsRunnable)
static <T> SneakyThrowsSupplier<T> supplier(ThrowsSupplier<T> throwsSupplier)
Copyright © 2023. All rights reserved.