Interface Source<T>

Type Parameters:
T - the generic type for the source
All Superinterfaces:
TaskSource<T>
All Known Implementing Classes:
AbstractSource, FileSource, StreamSource

public interface Source<T> extends TaskSource<T>
source that can be used as input for a pdf manipulation.
Author:
Andrea Vacondio
  • Method Details

    • dispatch

      <R> R dispatch(SourceDispatcher<R> dispatcher) throws TaskIOException
      Type Parameters:
      R - generic type as result of the dispatch action.
      Parameters:
      dispatcher -
      Returns:
      result of the dispatch action as a type defined by the dispatcher.
      Throws:
      TaskIOException