Interface ThrowingFunction<T,R>
- Type Parameters:
T- Argument typeR- Result type
public interface ThrowingFunction<T,R>
A
Function that may throw a checked exception.-
Method Summary
-
Method Details
-
apply
Apply the function to the specified argument.- Parameters:
t- Argument- Returns:
- Result
- Throws:
Rdf4jDriverException- If function evaluation throws an exception
-