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