Package org.reactfx

Class MultiGuard

  • All Implemented Interfaces:
    java.lang.AutoCloseable, Guard

    class MultiGuard
    extends java.lang.Object
    implements Guard
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Guard[] guards  
    • Constructor Summary

      Constructors 
      Constructor Description
      MultiGuard​(Guard... guards)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()
      Releases this guard.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • guards

        private final Guard[] guards
    • Constructor Detail

      • MultiGuard

        public MultiGuard​(Guard... guards)
    • Method Detail

      • close

        public void close()
        Description copied from interface: Guard
        Releases this guard. Does not throw.
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface Guard