Interface BiFunctionWithException<I1,I2,O>

Type Parameters:
I1 - input one type
I2 - input two type
O - output type
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface BiFunctionWithException<I1,I2,O>
Same as BiFunction but with Exception.
Author:
Dominik Fuchss
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(I1 i1, I2 i2)