sonicthedgehog's recent timeline updates
sonicthedgehog

sonicthedgehog

V2EX member #313479, joined on 2018-05-03 11:03:01 +08:00
sonicthedgehog's recent replies
@sonicthedgehog 不过这不是惰性计算,难受
class F {

public F() { }

public F apply(int i) {
return new F() {
@Override
public int get() {
return F.this.get() + i * i;
}
};
}

public int get() {
return 0;
}
}
已测试,通过
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5293 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 07:47 · PVG 15:47 · LAX 00:47 · JFK 03:47
♥ Do have faith in what you're doing.