Interface Observation.CheckedFunction<T,R,E extends Throwable>

Enclosing interface:
Observation
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 Observation.CheckedFunction<T,R,E extends Throwable>
A functional interface like Function but it can throw a Throwable.
Since:
1.11.0
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(T t)
     
  • Method Details

    • apply

      @Nullable R apply(T t) throws E
      Throws:
      E extends Throwable