跳过导航链接

java-plus 0.0.13 API

程序包 
程序包 说明
com.github.lokic.javaplus
com.github.lokic.javaplus.functional.consumer  
com.github.lokic.javaplus.functional.entry
EntryFunctionEntryConsumer, 旨在减少使用 Map.Entry 传递的时候, Map.Entry.getKey()Map.Entry.getValue() ()}的显性调用。
com.github.lokic.javaplus.functional.function  
com.github.lokic.javaplus.functional.predicate  
com.github.lokic.javaplus.functional.sneakythrows
在函数式编程中,如果调用一些方法是会抛出受检异常的,又希望lambda在碰到异常的情况下直接结束, 就需要在lambda中强制try catch,然后转换成非受检异常抛出,这么做多了一层转换甚是繁琐。
com.github.lokic.javaplus.functional.throwable  
com.github.lokic.javaplus.functional.tuple
在函数式编程中,有时可能需要在lambda中临时传递一些数据,如果重新创建一个类来传递就显得有些繁琐。
com.github.lokic.javaplus.property  
com.github.lokic.javaplus.tuple  
跳过导航链接

Copyright © 2021. All rights reserved.