try-play:尝试实施Try

时间:2024-06-06 21:22:46
【文件属性】:

文件名称:try-play:尝试实施Try

文件大小:10KB

文件格式:ZIP

更新时间:2024-06-06 21:22:46

Java

试玩 尝试实施Try。 这是一个相对极简主义的实现,对于大多数操作,它依赖于映射到可选的。 @Test public void mapSuccessCallChainingThroughTypes() { Try< String> helloWorld = Try . of( " Hello " ) . map(v - > v . length()) . map( String :: valueOf); assertThat(helloWorld . toOptional()) . isPresent(); assertThat(helloWorld . toOptional()) . contains( " 5 " ); } @Test public void failsOnFirstError() { Try< Integer


【文件预览】:
try-play-master
----.gitignore(222B)
----src()
--------main()
--------test()
----LICENSE(11KB)
----pom.xml(1KB)
----README.md(1KB)

网友评论