given_Adjacent_Float

io.github.iltotore.iron.scalacheck.Adjacent.given_Adjacent_Float
object given_Adjacent_Float extends Adjacent[Float]

Attributes

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

Members list

Value members

Concrete methods

override def nextDown(x: Float): Float

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: Float): Float

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