All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jillesvangurp.iterables.Processor Maven / Gradle / Ivy

Go to download

Misc classes to make processing utf-8 content with iterators a bit less painful.

The newest version!
package com.jillesvangurp.iterables;

/**
 * Intended for use with {@link ConcurrentProcessingIterable}.
 *
 * @param 
 * @param 
 */
public interface Processor {
    Output process(Input input);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy