Interface ThrowingFunction2<T1,​T2,​R>

All Superinterfaces:
Serializable
All Known Implementing Classes:
CheckedFunction2

public interface ThrowingFunction2<T1,​T2,​R>
extends Serializable
A functional interface that can be represented by a Lambda that can throw a CheckedException.
  • Method Summary

    Modifier and Type Method Description
    R safeValue​(T1 argument1, T2 argument2)