美文网首页
java8函数式编程-Function

java8函数式编程-Function

作者: lh92 | 来源:发表于2018-09-07 14:47 被阅读0次

闲话少说 上来就是干啊
下图是 Function 的 说明


image.png

接收一个参数 返回一个值

     * Applies this function to the given argument.
     *
     * @param t the function argument
     * @return the function result
     */
    R apply(T t);
image.png

相关文章

网友评论

      本文标题:java8函数式编程-Function

      本文链接:https://www.haomeiwen.com/subject/xciqgftx.html