StackOverflow 文件 Kotlin 教程 輸入別名 功能型別 功能型別 Created: November-22, 2018 typealias StringValidator = (String) -> Boolean typealias Reductor<T, U, V> = (T, U) -> V 通用型別輸入別名