Interface ThrowingFunction0<R>

All Superinterfaces:
Serializable
All Known Implementing Classes:
CheckedFunction0

public interface ThrowingFunction0<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()