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