Interface Checkeds.CheckedThrowingFunction<T,​R>

  • All Superinterfaces:
    java.util.function.Function<T,​R>
    Enclosing class:
    Checkeds
    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 static interface Checkeds.CheckedThrowingFunction<T,​R>
    extends java.util.function.Function<T,​R>
    • Method Detail

      • apply

        default R apply​(T t)
        Specified by:
        apply in interface java.util.function.Function<T,​R>
      • checkedThrowingApply

        R checkedThrowingApply​(T t)
                        throws java.lang.Exception
        Throws:
        java.lang.Exception