Package dev.zemco.codegame.execution.io
Interface IOutputSinkFactory
public interface IOutputSinkFactory
Produces
output sinks.- Author:
- Erik Zemčík
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreateVerifyingOutputSinkFromIterable(Iterable<Integer> iterable) Creates anoutput sinkthat verifies output values by matching them to values from aniterable.
-
Method Details
-
createVerifyingOutputSinkFromIterable
Creates anoutput sinkthat verifies output values by matching them to values from aniterable.- Parameters:
iterable- iterable to match values against- Returns:
- verifying output sink
- Throws:
IllegalArgumentException- ifiterableisnull
-