Package org.reactfx

Class MultiGuard

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

class MultiGuard extends Object implements Guard
  • Field Details

    • guards

      private final Guard[] guards
  • Constructor Details

    • MultiGuard

      public MultiGuard(Guard... guards)
  • 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