sclass YesAttractor > Attractor { *() { tester = f isYes_1; } *(Runnable action) { this(); this.action = action; } }