Interface ThrowingFunction<T,V>

All Superinterfaces:
Serializable
All Known Implementing Classes:
CheckedFunction

public interface ThrowingFunction<T,V> extends Serializable
A functional interface that can be represented by a Lambda that can throw a CheckedException.
  • Method Summary

    Modifier and Type
    Method
    Description
    safeValueOf(T object)