Module org.jnetpcap

Interface FunctionThrowable<T,R>

Type Parameters:
T - the generic input type
R - the generic return type

public interface FunctionThrowable<T,R>
A functional interface that throws checked exceptions when applied.