Interface WritableContainerValue<C,​E>

    • Method Detail

      • getOrCreate

        C getOrCreate()
        Returns:
        the current null-safe value. Unlike ReadableValue.getSafe() this method will modify and initialize the value with an empty mutable container if it was null.