given_Adjacent_Int

io.github.iltotore.iron.scalacheck.Adjacent.given_Adjacent_Int
object given_Adjacent_Int extends Adjacent[Int]

Attributes

Source
Adjacent.scala
Graph
Supertypes
trait Adjacent[Int]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def nextDown(x: Int): Int

Get the down value.

Get the down value.

Value parameters

x

the value to shift down.

Attributes

Returns

the greatest value lower than x.

Definition Classes
Source
Adjacent.scala
override def nextUp(x: Int): Int

Get the next value.

Get the next value.

Value parameters

x

the value to shift up.

Attributes

Returns

the least value greater than x.

Definition Classes
Source
Adjacent.scala