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

io.bitsensor.lib.entity.Processor Maven / Gradle / Ivy

The newest version!
package io.bitsensor.lib.entity;

public interface Processor {
    S process(T source) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy