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

com.pi4j.plugin.linuxfs.provider.i2c.CheckedFunction Maven / Gradle / Ivy

There is a newer version: 2.7.0
Show newest version
package com.pi4j.plugin.linuxfs.provider.i2c;

@FunctionalInterface
public interface CheckedFunction {
    R apply(T t) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy