Class WaitableBoolean

    • Constructor Detail

      • WaitableBoolean

        public WaitableBoolean​(boolean initialValue)
        Make a new WaitableBoolean with the given initial value
      • WaitableBoolean

        public WaitableBoolean​(boolean initialValue,
                               Object lock)
        Make a new WaitableBoolean with the given initial value, and using the supplied lock.