MemoInterceptorWrapper<T, A> typedef

  1. @Deprecated('Use `MemoWrapperInterceptor` instead. ' 'This feature was deprecated after v7.3.0.')
MemoInterceptorWrapper<T, A> = MemoWrapperInterceptor<T, A>

It´s a wrapper for a memoized function that allows you to define callbacks for initialization, successful completion, error handling, and finishing.

Implementation

@Deprecated(
  'Use `MemoWrapperInterceptor` instead. '
  'This feature was deprecated after v7.3.0.',
)
typedef MemoInterceptorWrapper<T, A> = MemoWrapperInterceptor<T, A>;