
fj.function.Try8 Maven / Gradle / Ivy
package fj.function;
/**
* A transformation function of arity-8 from A
, B
, C
, D
, E
, F
, G
and H
to I
that may throw an Exception
.
*
* Used to instantiate a lambda that may throw an Exception
before converting to an F8
.
*
* @see fj.Try#f(Try8)
* @version %build.number%
*/
public interface Try8 {
I f(A a, B b, C c, D d, E e, F f, G g, H h) throws Z;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy