T
- the generic type for the sourcepublic interface Source<T>
Modifier and Type | Method and Description |
---|---|
<R> R |
dispatch(SourceDispatcher<R> dispatcher) |
String |
getName() |
T |
getSource() |
T getSource()
String getName()
<R> R dispatch(SourceDispatcher<R> dispatcher) throws TaskIOException
R
- generic type as result of the dispatch action.dispatcher
- TaskIOException
Copyright © 2019 sejda. All rights reserved.