Uses of Interface
org.hansken.plugin.extraction.util.ThrowingConsumer
-
Packages that use ThrowingConsumer Package Description org.hansken.plugin.extraction.api This is the API of the Extraction Plugins SDK. -
-
Uses of ThrowingConsumer in org.hansken.plugin.extraction.api
Methods in org.hansken.plugin.extraction.api with parameters of type ThrowingConsumer Modifier and Type Method Description Trace
Trace. newChild(String name, ThrowingConsumer<Trace,IOException> enrichChildCallback)
Create and store new childtrace
of this trace.
-