Package org.reactfx

Interface Guardian

    • Field Detail

      • EMPTY

        static final Guardian EMPTY
        Deprecated.
    • Method Detail

      • guard

        Guard guard()
        Deprecated.
      • guardWhile

        default void guardWhile​(java.lang.Runnable r)
        Deprecated.
      • guardWhile

        default <T> T guardWhile​(java.util.function.Supplier<T> f)
        Deprecated.
      • combine

        static Guardian combine​(Guardian... guardians)
        Deprecated.
        Returns a guardian that combines all of the given guardians into one. Guards will be obtained in the specified order and released in reversed order.