JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.aksw.jena_sparql_api.io.filter.sys
Interface ThrowingConsumer<T>
public interface
ThrowingConsumer<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
accept
(
T
item)
Method Details
accept
void
accept
(
T
item)
throws
Exception
Throws:
Exception