IntConstCellExtensions extension
Methods
-
eq(
int val) → bool -
Available on ConstCell<
Equal toint> , provided by the IntConstCellExtensions extension -
gt(
int val) → bool -
Available on ConstCell<
Greater thanint> , provided by the IntConstCellExtensions extension -
gte(
int val) → bool -
Available on ConstCell<
Greater than or equal toint> , provided by the IntConstCellExtensions extension -
lt(
int val) → bool -
Available on ConstCell<
Less thanint> , provided by the IntConstCellExtensions extension -
lte(
int val) → bool -
Available on ConstCell<
Less than or equal toint> , provided by the IntConstCellExtensions extension
Operators
-
operator %(
ConstCell< int> other) → Cell<int> -
Available on ConstCell<
int> , provided by the IntConstCellExtensions extension -
operator *(
ConstCell< int> other) → Cell<int> -
Available on ConstCell<
int> , provided by the IntConstCellExtensions extension -
operator +(
ConstCell< int> other) → Cell<int> -
Available on ConstCell<
int> , provided by the IntConstCellExtensions extension -
operator -(
ConstCell< int> other) → Cell<int> -
Available on ConstCell<
int> , provided by the IntConstCellExtensions extension -
operator <(
ConstCell< int> other) → bool -
Available on ConstCell<
int> , provided by the IntConstCellExtensions extension -
operator <=(
ConstCell< int> other) → bool -
Available on ConstCell<
int> , provided by the IntConstCellExtensions extension -
operator >(
ConstCell< int> other) → bool -
Available on ConstCell<
int> , provided by the IntConstCellExtensions extension -
operator >=(
ConstCell< int> other) → bool -
Available on ConstCell<
int> , provided by the IntConstCellExtensions extension -
operator unary-(
) → Cell< int> -
Available on ConstCell<
int> , provided by the IntConstCellExtensions extension -
operator ~/(
ConstCell< int> other) → Cell<int> -
Available on ConstCell<
Performs integer division of this object.int> , provided by the IntConstCellExtensions extension