Interface Function2WithException<In1,In2,Out>


public interface Function2WithException<In1,In2,Out>
Findable name for java.util.function.BiFunction
  • Method Summary

    Modifier and Type
    Method
    Description
    call(In1 a, In2 b)