Interface BusinessDataUpdater<T>

  • Type Parameters:
    T - the value type of the Business Data value
    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 BusinessDataUpdater<T>
    Interface that is used to provide an update method See BusinessDataRepository.update(Object, BusinessDataUpdater)
    Since:
    6.3.0
    API:
    This is a public API.