Package org.reactfx

Class BiGuard

java.lang.Object
org.reactfx.BiGuard
All Implemented Interfaces:
AutoCloseable, Guard

class BiGuard extends Object implements Guard
  • Field Details

    • g1

      private final Guard g1
    • g2

      private final Guard g2
  • Constructor Details

  • Method Details

    • close

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