| Package | Description |
|---|---|
| com.m3.scalaflavor4j |
| Modifier and Type | Method and Description |
|---|---|
static SNum |
SNum.apply(BigDecimal i) |
static SNum |
SNum.apply(Integer i) |
abstract SNum |
Seq.max()
Finds the largest element.
|
SNum |
Nil.max() |
SNum |
IndexedSeq.max() |
abstract SNum |
Seq.min()
Finds the smallest element.
|
SNum |
Nil.min() |
SNum |
IndexedSeq.min() |
abstract SNum |
Seq.sum()
Sums up the elements of this collection.
|
SNum |
Nil.sum() |
SNum |
IndexedSeq.sum() |
Copyright © 2015. All rights reserved.