Class DeferredPromiseImpl.Filter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.osgi.util.function.Predicate<? super T> predicate  
      private PromiseImpl<T> promise  
    • Constructor Summary

      Constructors 
      Constructor Description
      Filter​(PromiseImpl<T> promise, org.osgi.util.function.Predicate<? super T> predicate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(T v, java.lang.Throwable f)  
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • predicate

        private final org.osgi.util.function.Predicate<? super T> predicate
    • Constructor Detail

      • Filter

        Filter​(PromiseImpl<T> promise,
               org.osgi.util.function.Predicate<? super T> predicate)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable