# scala **Repository Path**: wgying_bigdate/scala ## Basic Information - **Project Name**: scala - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-11-20 - **Last Updated**: 2020-12-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 下划线的作用: 1. 当函数作为整体使用 2. 可以声明变量 3. 代替函数的参数 4. 导入包中所有的类时,代替星号 5. 导入类时,可以将指定的类隐藏 6. 作为类属性的初始值 7. 在模式匹配中,表示任意情况 8. 泛型中使用下划线,表示任意类型