Riak.CRDT.Flag

Encapsulates a boolean datatype inside a CRDT.Map

Summary

Functions

Turns the value to false

Turns the value to true

Creates a new flag container

Extracts current value of flag

Functions

disable(flag)

Turns the value to false

enable(flag)

Turns the value to true

new()

Creates a new flag container

new(context)
new(value, context)
value(flag)

Extracts current value of flag