com.pi4j.plugin.linuxfs.provider.i2c.CheckedFunction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pi4j-plugin-linuxfs Show documentation
Show all versions of pi4j-plugin-linuxfs Show documentation
Pi4J Library Plugin for Linux File System I/O Providers
package com.pi4j.plugin.linuxfs.provider.i2c;
@FunctionalInterface
public interface CheckedFunction {
R apply(T t) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy