com.github.markozajc.ef.function.except.all.AEBooleanFunction Maven / Gradle / Ivy
package com.github.markozajc.ef.function.except.all;
import com.github.markozajc.ef.function.BooleanFunction;
import com.github.markozajc.ef.function.except.EBooleanFunction;
/**
* Variant of {@link BooleanFunction} capable of throwing an {@link Exception}.
*
* @author Marko Zajc
*
* @param
* the type of the result of the function
*/
@FunctionalInterface
public interface AEBooleanFunction extends EBooleanFunction {}