Skip to content

Instantly share code, notes, and snippets.

@ytheohar
Last active August 29, 2015 14:23
public interface ItemProcessor<I, O> {
O process(I item) throws Exception;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment