final class Faker extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Faker
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def avatar(): String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def currentEraInstant(): Instant
- def currentEraLocalDateTime(): LocalDateTime
- def currentEraOffsetDateTime(): OffsetDateTime
- def currentEraZonedDateTime(): ZonedDateTime
- def domainName(): String
- def domainWord(): String
- def emailAddress(): String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def firstName(): String
- def fullName(): String
- def fullNameWithMiddle(): String
- def futureInstant(): Instant
- def futureLocalDateTime(): LocalDateTime
- def futureOffsetDateTime(): OffsetDateTime
- def futureZonedDateTime(): ZonedDateTime
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def image(): String
- def ipV4Address(): String
- def ipV4Cidr(): String
- def ipV6Address(): String
- def ipV6Cidr(): String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lastName(): String
- implicit val loader: ResourceLoader
- def loremParagraph(): String
- def loremParagraph(sentences: Int): String
- def loremParagraphs(): String
- def loremParagraphs(paragraphs: Int): String
- def loremSentence(): String
- def loremSentence(words: Int): String
- def loremWord(): String
- def loremWords(): String
- def loremWords(words: Int): String
- def macAddress(): String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def nowInstant(): Instant
- def nowLocalDateTime(): LocalDateTime
- def nowOffsetDateTime(): OffsetDateTime
- def nowZonedDateTime(): ZonedDateTime
- def password(): String
- def pastInstant(): Instant
- def pastLocalDateTime(): LocalDateTime
- def pastOffsetDateTime(): OffsetDateTime
- def pastZonedDateTime(): ZonedDateTime
- def prefix(): String
- def privateIpV4Address(): String
- def publicIpV4Address(): String
- def randomInstant(): Instant
- def randomLocalDateTime(): LocalDateTime
- def randomOffsetDateTime(): OffsetDateTime
- def randomZonedDateTime(): ZonedDateTime
- def safeEmailAddress(): String
- def slug(): String
- def suffix(): String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def title(): String
- def toString(): String
- Definition Classes
- AnyRef → Any
- def url(): String
- def userAgent(): String
- def userName(): String
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated