Uses of Interface
org.jdeferred2.AlwaysPipe
Packages that use AlwaysPipe
-
Uses of AlwaysPipe in org.jdeferred2
Methods in org.jdeferred2 with parameters of type AlwaysPipeModifier and TypeMethodDescriptionPromise.pipeAlways(AlwaysPipe<? super D, ? super F, ? extends D_OUT, ? extends F_OUT, ? extends P> alwaysPipe) This method will register a pipe such that when a Deferred object is either resolved (Deferred.resolve(Object)) or rejected (Deferred.reject(Object)) the pipe will be invoked. -
Uses of AlwaysPipe in org.jdeferred2.impl
Methods in org.jdeferred2.impl with parameters of type AlwaysPipeModifier and TypeMethodDescriptionAbstractPromise.pipeAlways(AlwaysPipe<? super D, ? super F, ? extends D_OUT, ? extends F_OUT, ? extends P> alwaysPipe) DelegatingPromise.pipeAlways(AlwaysPipe<? super D, ? super F, ? extends D_OUT, ? extends F_OUT, ? extends P> alwaysPipe) Constructors in org.jdeferred2.impl with parameters of type AlwaysPipe