Interface Callback

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Deprecated @FunctionalInterface public interface Callback
Deprecated.
in favor of the new statement configuration functionality
Provides a callback function for empty "in" conditions.
  • Method Details

    • call

      void call()
      Deprecated.
    • exceptionThrowingCallback

      static Callback exceptionThrowingCallback(String message)
      Deprecated.
    • exceptionThrowingCallback

      static Callback exceptionThrowingCallback(String message, Function<String,? extends RuntimeException> exceptionBuilder)
      Deprecated.