infixOrderingOps
方法(或屬性)屬於 scala.math.Ordering.ExtraImplicits
特性(trait),其相關用法說明如下。
用法:
implicit def infixOrderingOps[T](x: T)(implicit ord: Ordering[T]): OrderingOps
此隱式創建從存在隱式 Ordering
的任何值到創建中綴操作的類的轉換.導入後,您可以編寫如下方法:
def lessThan[T: Ordering](x: T, y: T) = x < y
源碼:
- Ordering.scala
相關用法
- Scala ExtraImplicits.infixNumericOps用法及代碼示例
- Scala Exclusive.combinations用法及代碼示例
- Scala Expr.unapply用法及代碼示例
- Scala Exclusive.runWith用法及代碼示例
- Scala Exclusive.tails用法及代碼示例
- Scala Exclusive.sizeIs用法及代碼示例
- Scala Exprs.unapply用法及代碼示例
- Scala Exclusive.sortBy用法及代碼示例
- Scala Exclusive.scanRight用法及代碼示例
- Scala Exclusive.addString用法及代碼示例
- Scala Exclusive.groupBy用法及代碼示例
- Scala Exclusive.transpose用法及代碼示例
- Scala Exclusive.collectFirst用法及代碼示例
- Scala Exclusive.lengthIs用法及代碼示例
- Scala Exclusive.inits用法及代碼示例
- Scala Exclusive.mkString用法及代碼示例
- Scala Exclusive.elementWise用法及代碼示例
- Scala Exclusive.groupMap用法及代碼示例
- Scala Exclusive.lazyZip用法及代碼示例
- Scala ExecutionContext.fromExecutorService用法及代碼示例
- Scala Exclusive.groupMapReduce用法及代碼示例
- Scala Exclusive.permutations用法及代碼示例
- Scala ExecutionContext.global用法及代碼示例
- Scala Exclusive.sliding用法及代碼示例
- Scala Exception.handling用法及代碼示例
注:本文由純淨天空篩選整理自scala-lang.org大神的英文原創作品 ExtraImplicits.infixOrderingOps。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。