Class RegisterKey<T>


  • public class RegisterKey<T>
    extends Key<T>
    • Method Detail

      • assign

        @CheckReturnValue
        public eu.antidotedb.client.UpdateOpDefaultImpl assign​(T value)
        Creates an update operation which assigns a new value to the register.

        Use the methods on Bucket to execute the update.