Class MutableObject<T>

  • All Implemented Interfaces:
    Supplier<T>

    public class MutableObject<T>
    extends Object
    implements Supplier<T>
    Class that wraps an object.
    • Constructor Detail

      • MutableObject

        public MutableObject()
      • MutableObject

        public MutableObject​(T value)