public class Throwing extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Throwing.ThrowingFn<T,R> |
| Constructor and Description |
|---|
Throwing() |
| Modifier and Type | Method and Description |
|---|---|
static <T,R> Function<T,R> |
throwing(Throwing.ThrowingFn<T,R> delegate) |
public static <T,R> Function<T,R> throwing(Throwing.ThrowingFn<T,R> delegate)
Copyright © 2022 Suncode. All rights reserved.