Package com.azure.xml
Interface XmlReadValueCallback<T,R>
- Type Parameters:
T- Input type of the callback.R- Output type of the callback.
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A callback used when reading an XML value, such as
XmlReader.getNullableElement(XmlReadValueCallback).-
Method Summary
-
Method Details
-
read
Applies the read callback to theinput.- Parameters:
input- Input to the callback.- Returns:
- The output of the callback.
- Throws:
XMLStreamException- If an XML stream error occurs during application of the callback.
-