operator
operator
net.petitviolet.operator
BoolOps
DoubleOps
FunctionOps
IntOps
LongOps
Pipe
RichBoolOps
StringOperator
not
operator
/
net.petitviolet.operator
/
IntOps
IntOps
final
class
IntOps
extends
AnyVal
Graph
Supertypes
class
AnyVal
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
++
:
Int
def
between
(min:
Int
, max:
Int
):
Boolean
def
isNegative
:
Boolean
def
isPositive
:
Boolean
def
isZero
:
Boolean
def
repeat
[A](init: A)(f: A => A): A
def
times
:
Range