Package com.landawn.abacus.util
Interface Throwables.IntObjFunction<T,R,E extends Throwable>
- All Known Subinterfaces:
IntObjFunction<T,
R>
- Enclosing class:
Throwables
public static interface Throwables.IntObjFunction<T,R,E extends Throwable>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T,
R, E extends Throwable>
Throwables.IntObjFunction<T, R, E> of
(Throwables.IntObjFunction<T, R, E> func)
-
Method Details
-
of
static <T,R, Throwables.IntObjFunction<T,E extends Throwable> R, ofE> (Throwables.IntObjFunction<T, R, E> func) - Type Parameters:
T
-R
-E
-- Parameters:
func
-- Returns:
-
apply
- Parameters:
i
-t
-- Returns:
- Throws:
E
-