Package org.xembly
Interface Callback<V>
- Type Parameters:
V
- Type of computed result
public interface Callback<V>
A task that returns a result and may throw an
XmlContentException
.- Since:
- 0.31.0
-
Method Summary
-
Method Details
-
call
Computes a result.- Returns:
- The computed result
- Throws:
org.xembly.XmlContentException
- If unable to compute a result
-