当前位置:网站首页>Advanced use of the optional class
Advanced use of the optional class
2022-06-29 22:31:00 【A pig that dotes on Nannan】
Optional Is a tool class without subclasses ,Optional Is a can for null The container object of , Its main purpose is to avoid Null Check , prevent NullpointExcepion
Optional Basic use of
Optional<String> opt1 = Optional.of("yqq");
Optional<Object> opt2 = Optional.empty();
// If there is value , Just do what
opt1.ifPresent(s -> System.out.println(" Valuable :"+s));
opt2.ifPresent(s -> System.out.println(" No value "));
边栏推荐
- MooseFS基本概念总结
- IFLYTEK AI learning machine summer new product launch AI + education depth combination to create a new height of products
- Data mining review
- 华为7年经验的软件测试总监,给所有想转行学软件测试的同学的几个建议
- 架构实战营毕业总结
- 为什么在局域网(ERP服务器)共享文件夹上拷贝文件时导致全局域英特网断网
- static关键字续、继承、重写、多态
- Hidden worries behind the listing of shushulang: the performance has declined significantly, the market position is relatively backward, and the competitiveness is questionable
- The details of industry are all made by money and time
- 夏日彩虹来下饭
猜你喜欢
Mysql入库不了表情符号怎么办
[multithreading] how to implement timer by yourself
论文浅尝 | KR-GCN: 知识感知推理的可解释推荐系统
Portable 4K audio and video conference terminal all-in-one machine with 8x digital zoom
新手必须知道的 Kubernetes 架构
leetcode:91. Decoding method [DFS + memorization]
DevCloud加持下的青软,让教育“智”上云端
ASP using panel to realize simple registration page
math_ Basic elementary function graph (power function / exponent / logarithm / trigonometry / inverse trigonometry)
Data mining review
随机推荐
Hezhou air32f103cbt6 development board hands-on Report
Live broadcast platform development, enter the visual area to execute animation, dynamic effects and add style class names
Graduation summary of construction practice camp
数论-整除分块
低代码、端到端,一小时构建IoT示例场景,声网发布灵隼物联网云平台
The details of industry are all made by money and time
请教一下,CDC2.2.1可以同时监听多个pgsql 的库吗?
If I am in Zhuhai, where can I open an account? Is it safe to open an account online?
Daily question brushing record (VIII)
免费将pdf转换成word的软件分享,这几个软件一定要知道!
static关键字续、继承、重写、多态
26岁,0基础转行软件测试,从月薪3k到16k,我整理的超全学习指南
The logic behind the three whys encountered in technical communication
Code sharing for making and developing small programs on the dating platform
Common PostgreSQL data operation notes: time
[php8+oracle11g+windows environment without tools] Intranet / no network /win10/php connecting to Oracle database instance
Moosefs tuning notes
The MySQL data cannot be read after the checkpoint recovery. Do you know the reason
The correct method for Navicat to connect to mysql8.0 (valid for personal testing)
AI场景存储优化:云知声超算平台基于 JuiceFS 的存储实践