angular-package
TwitterGitHub
Range
Range
  • Introduction
  • ❤ Benefits
  • General concepts
  • Getting started
    • Skeleton
    • Installation
      • npm
    • Public API
    • Basic concepts
  • Greater {}
    • Overview
    • Generic type variables
    • ★ Constructor
    • Accessors
      • get [Symbol.toStringTag]()
    • Methods
      • static create()
      • static isGreater()
      • than()
      • thanEvery()
      • thanSome()
      • valueOf()
  • Inequality {}
    • Overview
    • Generic type variables
    • Constructor
    • Accessors
      • get greater()
      • get less()
    • Properties
      • #greater
      • #less
    • Methods
      • greaterThan()
      • greaterThanEvery()
      • greaterThanSome()
      • lessThan()
      • lessThanEvery()
      • lessThanSome()
  • Less {}
    • Overview
    • Generic type variables
    • ★ Constructor
    • Accessors
      • get [Symbol.toStringTag]()
    • Methods
      • static create()
      • static isLess()
      • than()
      • thanEvery()
      • thanSome()
      • valueOf()
    • Example usage
  • Maximum {}
    • Overview
    • Generic type variables
    • ★ Constructor
    • Accessors
      • get [Symbol.toStringTag]()
    • Methods
      • static create()
      • static isMaximum()
      • valueOf()
  • Minimum {}
    • Overview
    • Generic type variables
    • ★ Constructor
    • Accessors
      • get [Symbol.toStringTag]()
    • Methods
      • static create()
      • static isMinimum()
      • valueOf()
  • Number {}
    • Overview
    • Generic type variables
    • ★ Constructor
    • Methods
      • static create()
      • static isNumber()
      • valueOf()
  • Range {}
    • Overview
    • Generic type variables
    • ★ Constructor
    • Accessors
      • get range()
      • get step()
      • get steps()
      • value()?
      • get [Symbol.toStringTag]()
    • Properties
      • max!
      • min!
      • #maximum
      • #minimum
      • #step
      • #value?
    • Methods
      • ↓ Static
      • static create()
      • static createFrom()
      • static createMaximum()
      • static createMinimum()
      • static isRange()
      • ↓ Instance
      • forEachStep()
      • getCurrentRange()
      • getCurrentStep()
      • ⚠ getMax()
      • ⚠ getMin()
      • getRange()
      • getRangeOfStep()
      • getValueOfStep()
      • has()
      • hasEvery()
      • hasSome()
      • isBetween()
      • isBetweenEvery()
      • isBetweenSome()
      • maxGreaterThan()
      • maxLessThan()
      • minGreaterThan()
      • minLessThan()
      • setValue()
      • setValueToStep()
      • stepByStep()
      • ⚠ toArray()
      • valueDown()
      • ⚠ valueOf()
      • valueUp()
  • Change log
    • Keep a changelog
    • CHANGELOG.md
    • v1.0.0-rc.0
    • v1.0.0-rc
    • v1.0.0-beta.0
  • GIT
    • Commit
    • Semantic Versioning
  • License
    • MIT
  • Social
    • Gettr
    • Twitter
    • YouTube
  • Contact
    • ⋯ Chat
    • @ Email
    • ✆ Phone
  • Donate
    • ฿ Cryptocurrency
    • $ Fiat
Powered by GitBook
On this page
  • Inequality {}
  • Accessors
  • Properties
  • Methods

Was this helpful?

  1. Inequality {}

Overview

The `Inequality` primitive wrapper object

PreviousvalueOf()NextGeneric type variables

Last updated 1 year ago

Was this helpful?

Inequality {}

The Inequality abstract represents the greater or less than the given.

Accessors

Properties

Methods

public get : Greater<Value> The accessor obtains from the private property an instance of the with a from a given of the constructor.

public get : Less<Value> The accessor obtains from the private property an instance of the with a from a given of the constructor.

: Greater<Value> Private property of the primitive wrapper indicates the value of the type greater than the given.

: Less<Value> Private property of the primitive wrapper indicates the value of type less than the given.

public : boolean Checks whether the of a child class instance is greater than the given .

public : boolean Checks whether the of a child class instance is greater than every value of the given .

public : boolean Checks whether the of a child class instance is greater than some given .

public : boolean Checks whether the of a child class instance is less than the given .

public : boolean Checks whether the of a child class instance is less than every value of the given .

public : boolean Checks whether the of a child class instance is less than some given .

#greater
Greater
object
number
#less
Less
object
number
primitive wrapper object
primitive value
range/inequality.class.ts at main · angular-package/rangeGitHub
inequality.class.ts
get
#greater
Greater
primitive value
Inequality
get
#less
Less
primitive value
Inequality
greaterThan()
primitive value
greaterThanEvery()
primitive value
greaterThanSome()
primitive value
lessThan()
primitive value
lessThanEvery()
primitive value
lessThanSome()
primitive value
Logo
value
value
values
greater()
less()
values
values
value
values
value