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

com.pi4j.common.CheckedFunction Maven / Gradle / Ivy

The newest version!
package com.pi4j.common;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy