Interface SimpleInMemoryRepository.Callback<T>

    • Method Detail

      • modify

        T modify​(T current)
        Modify an existing value.
        Parameters:
        current - the value to modify
        Returns:
        the updated value