摘要: Java way: package com.rsk.java; import java.util.function.Function; public class FPExample { public static Function<String, String> toSentenceCase = x 阅读全文
posted @ 2020-10-21 02:07 Zhentiw 阅读(88) 评论(0) 推荐(0)
摘要: For example you have the Java class: package com.rsk.java; import com.rsk.kotlin.Customer; import com.rsk.kotlin.CustomerDatabase; import java.util.*; 阅读全文
posted @ 2020-10-21 01:46 Zhentiw 阅读(95) 评论(0) 推荐(0)