Interface DBTraceDelegatingManager.ExcPredicate<T,E extends Throwable>

Enclosing interface:
DBTraceDelegatingManager<M>

public static interface DBTraceDelegatingManager.ExcPredicate<T,E extends Throwable>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(T t)
     
  • Method Details

    • test

      boolean test(T t) throws E
      Throws:
      E