为什么我应该使用 Function.identity() 当它返回与它接收到的相同的东西而不使用输入或以某种方式修改输入的情况下?
Apple apple = new Apple(10, "green");
Function<Apple, Apple> identity = Function.identity();
identity.apply(apple);
必须有一些我无法弄清楚的实际用法。
catspeake
慕尼黑8549860
阿晨1998
相关分类