foreach(f: (b: B) => void): void {
        if (this.self.isRight) {
            f(<B>this.self.value);
        }
    }