Open Source, Open Future!
menu
106 文章
ღゝ◡╹)ノ❤️
首页
分类
标签墙
存档
友链
RSS
Search
开始使用
标签墙
- 备忘
7 篇文章
BiConsumer
源码 @FunctionalInterface public interface BiConsumer<T, U> { /** * Performs
·
备忘
临时
Proxy
源码 点击查看 /* * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights
·
备忘
临时
WeakCache
源码 Summary /* * Copyright (c) 2013, Oracle and/or its affiliates. All rights res
·
备忘
临时
BiFunction
源码 点击查看 @FunctionalInterface public interface BiFunction<T, U, R> { /** *
·
备忘
临时
Function
源码 点击查看 @FunctionalInterface public interface Function<T, R> { /** * Appli
·
备忘
临时
Consumer
源码 @FunctionalInterface public interface Consumer<T> { /** * Performs this
·
备忘
临时
Supplier
源码 @FunctionalInterface public interface Supplier<T> { /** * Gets a result.
·
备忘
临时
1