given_Adjacent_Long

io.github.iltotore.iron.scalacheck.Adjacent$.given_Adjacent_Long$
object given_Adjacent_Long extends Adjacent[Long]

Attributes

Graph
Supertypes
trait Adjacent[Long]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

override def nextDown(x: Long): Long

Get the down value.

Get the down value.

Attributes

x

the value to shift down.

Returns:

the greatest value lower than x.

Definition Classes
override def nextUp(x: Long): Long

Get the next value.

Get the next value.

Attributes

x

the value to shift up.

Returns:

the least value greater than x.

Definition Classes