some = (callbackfn: (value: T, index: number, array: T[]) => boolean) =>
        this.data$.value.some(callbackfn);