foreach(f: (a: A) => void): void {
        if (this.self.isLeft) {
            f(<A>this.self.value);
        }
    }