Class SCMHeadObserver.AllFinished

  • Enclosing class:
    SCMHeadObserver

    public static class SCMHeadObserver.AllFinished
    extends SCMHeadObserver
    An observer that wraps multiple observers and keeps observing as long as one of the wrapped observers wants to.
    • Constructor Detail

      • AllFinished

        public AllFinished​(SCMHeadObserver... observers)
        Constructor.
        Parameters:
        observers - the observers to wrap.
      • AllFinished

        public AllFinished​(@NonNull
                           Iterable<SCMHeadObserver> observers)
        Constructor.
        Parameters:
        observers - the observers to wrap.