public interface CallDecorator<T extends Object>
abstract Call<T>
accept(Call<T> call)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Call<T> accept(Call<T> call)