Package org.reactfx

Class BiGuard

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

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

      Fields 
      Modifier and Type Field Description
      private Guard g1  
      private Guard g2  
    • Constructor Summary

      Constructors 
      Constructor Description
      BiGuard​(Guard g1, Guard g2)  
    • 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

      • g1

        private final Guard g1
      • g2

        private final Guard g2
    • Constructor Detail

      • BiGuard

        public BiGuard​(Guard g1,
                       Guard g2)
    • 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