FromLong

uk.gov.hmrc.smartstub.FromLong
trait FromLong[A]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Enumerable[A]

Members list

Value members

Abstract methods

def size: Long

Concrete methods

def apply(i: Long): A
def arbitrary: Arbitrary[A]
def gen: Gen[A]
def get(i: Long): Option[A]