Interface AccountsUpdate.AccountUpdater

  • Enclosing class:
    AccountsUpdate
    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 AccountsUpdate.AccountUpdater
    Updater for an account.

    Allows to read the current state of an account and to prepare updates to it.