Interface IOutputSinkFactory


public interface IOutputSinkFactory
Produces output sinks.
Author:
Erik Zemčík
See Also:
  • Method Details

    • createVerifyingOutputSinkFromIterable

      IOutputSink createVerifyingOutputSinkFromIterable(Iterable<Integer> iterable)
      Creates an output sink that verifies output values by matching them to values from an iterable.
      Parameters:
      iterable - iterable to match values against
      Returns:
      verifying output sink
      Throws:
      IllegalArgumentException - if iterable is null