Package org.jdeferred2.impl
Class FilteredPromise.NoOpProgressFilter<P>
- java.lang.Object
-
- org.jdeferred2.impl.FilteredPromise.NoOpProgressFilter<P>
-
- All Implemented Interfaces:
ProgressFilter<P,P>
public static final class FilteredPromise.NoOpProgressFilter<P> extends java.lang.Object implements ProgressFilter<P,P>
-
-
Constructor Summary
Constructors Constructor Description NoOpProgressFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description P
filterProgress(P progress)
-
-
-
Method Detail
-
filterProgress
public P filterProgress(P progress)
- Specified by:
filterProgress
in interfaceProgressFilter<P,P>
-
-