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

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

package io.bitsensor.lib.entity;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy