Interface ExecuteOperation<T>

Type Parameters:
T -
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 interface ExecuteOperation<T>
encapsulates a set of Database queries
  • Method Summary

    Modifier and Type
    Method
    Description
    Execute operation.
  • Method Details

    • execute

      T execute()
      Execute operation.
      Returns:
      T