Uses of Interface
org.jnetpcap.internal.FunctionThrowable
-
Uses of FunctionThrowable in org.jnetpcap.internal
Modifier and TypeMethodDescriptionstatic <T,
R> R FunctionThrowable.applyUnchecked
(T input, FunctionThrowable<T, R> func) Applies an input value to a checked function and returns the function result.static <T,
R> Function <T, R> FunctionThrowable.unchecked
(FunctionThrowable<T, R> func) Converts a checked function lambda to an unchecked/runtime function equivalent.