Search
    Preparing search index...
    interface IInterceptable<T> {
        interceptors: undefined | IInterceptor<T>[];
        intercept(handler: IInterceptor<T>): Lambda;
    }

    Type Parameters

    • T

    Implemented by

    Index

    Properties

    Methods

    Properties

    interceptors: undefined | IInterceptor<T>[]

    Methods