Uses of Interface
org.jnetpcap.internal.FunctionThrowable
Packages that use FunctionThrowable
-
Uses of FunctionThrowable in org.jnetpcap.internal
Methods in org.jnetpcap.internal with parameters of type FunctionThrowableModifier 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.