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

com.github.markozajc.ef.trifunction.except.all.AEObjObjBooleanFunction Maven / Gradle / Ivy

package com.github.markozajc.ef.trifunction.except.all;

import com.github.markozajc.ef.trifunction.ObjObjBooleanFunction;
import com.github.markozajc.ef.trifunction.except.EObjObjBooleanFunction;

/**
 * Variant of {@link ObjObjBooleanFunction} capable of throwing an {@link Exception}.
 *
 * @author Marko Zajc
 *
 * @param 
 *            the type of the first argument to the function
 * @param 
 *            the type of the second argument to the function
 * @param 
 *            the type of the result of the function
 */
@FunctionalInterface
public interface AEObjObjBooleanFunction extends EObjObjBooleanFunction {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy