Interface PostProcessor<T>

Type Parameters:
T - the type of value being processed
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@ExperimentalApi @FunctionalInterface public interface PostProcessor<T>
An interface for applying additional processing to data returned by a spec method of a Feed.
Since:
5.0.0
See Also: