Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Lesson 43: practice of type variable Bounds code in Scala and its application in Spark source code analysis

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

Definition of type variables:

The upper bound of the type variable and the lower bound of the type variable.

The upper bound is that the type must be a subclass that defines the type, as shown in the following example:

Package com.dt.scala.type_parameterization// We need to define a generic class Pair. There is a bigger method in the generic class to compare the passed parameter / / at this time the generic type must be a subclass of Comparable We can use the: symbol to qualify the next class Pair_Lower_ boundaries [T] (first: t second def replace T) {def replace [R >: t] (newFirst: r) = {/ / R must be the parent of T new Pair_Lower_Bounds (newFirst,second)}}

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report