Scala:LowerTypeBounds See also Scala 상위 타입 경계 (Upper Type Bounds): 간단히, [B <: A]: B는 A의 하위 유형으로 제한됨. 하위 타입 경계 (Lower Type Bounds): 간단히, [B >: A]: B가 A의 상위 유형으로 제한됨. Favorite site Lower Type Bounds | Tour of Scala | Scala Documentation (번역) 하위 타입 경계 | Scala Documentation Stackoverflow - What does [B >: A] do in Scala? (scala) class 4 - 타입 바운드(type bounds), 타입 변성(type variance)