Interface DatabaseAPI.Transacted

Enclosing interface:
DatabaseAPI
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 DatabaseAPI.Transacted
Some code that may be run within a transaction.
  • Method Summary

    Modifier and Type Method Description
    void act()
    The operation to run.
  • Method Details

    • act

      void act()
      The operation to run.