BiConsumer 源码 @FunctionalInterface public interface BiConsumer<T, U> { /** * Performs 2019-07-02 · 备忘 临时
Proxy 源码 点击查看 /* * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights 2019-06-22 · 备忘 临时
WeakCache 源码 Summary /* * Copyright (c) 2013, Oracle and/or its affiliates. All rights res 2019-06-22 · 备忘 临时
BiFunction 源码 点击查看 @FunctionalInterface public interface BiFunction<T, U, R> { /** * 2019-06-22 · 备忘 临时
Function 源码 点击查看 @FunctionalInterface public interface Function<T, R> { /** * Appli 2019-06-22 · 备忘 临时
Consumer 源码 @FunctionalInterface public interface Consumer<T> { /** * Performs this 2019-06-22 · 备忘 临时
Supplier 源码 @FunctionalInterface public interface Supplier<T> { /** * Gets a result. 2019-06-22 · 备忘 临时