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   ·   5620 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 08:39 · PVG 16:39 · LAX 01:39 · JFK 04:39
♥ Do have faith in what you're doing.