Packages

final class Faker extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Faker
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Faker(locale: Locale)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def avatar(): String
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def currentEraInstant(): Instant
  8. def currentEraLocalDateTime(): LocalDateTime
  9. def currentEraOffsetDateTime(): OffsetDateTime
  10. def currentEraZonedDateTime(): ZonedDateTime
  11. def domainName(): String
  12. def domainWord(): String
  13. def emailAddress(): String
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def firstName(): String
  17. def fullName(): String
  18. def fullNameWithMiddle(): String
  19. def futureInstant(): Instant
  20. def futureLocalDateTime(): LocalDateTime
  21. def futureOffsetDateTime(): OffsetDateTime
  22. def futureZonedDateTime(): ZonedDateTime
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def image(): String
  26. def ipV4Address(): String
  27. def ipV4Cidr(): String
  28. def ipV6Address(): String
  29. def ipV6Cidr(): String
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def lastName(): String
  32. implicit val loader: ResourceLoader
  33. def loremParagraph(): String
  34. def loremParagraph(sentences: Int): String
  35. def loremParagraphs(): String
  36. def loremParagraphs(paragraphs: Int): String
  37. def loremSentence(): String
  38. def loremSentence(words: Int): String
  39. def loremWord(): String
  40. def loremWords(): String
  41. def loremWords(words: Int): String
  42. def macAddress(): String
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  45. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  46. def nowInstant(): Instant
  47. def nowLocalDateTime(): LocalDateTime
  48. def nowOffsetDateTime(): OffsetDateTime
  49. def nowZonedDateTime(): ZonedDateTime
  50. def password(): String
  51. def pastInstant(): Instant
  52. def pastLocalDateTime(): LocalDateTime
  53. def pastOffsetDateTime(): OffsetDateTime
  54. def pastZonedDateTime(): ZonedDateTime
  55. def prefix(): String
  56. def privateIpV4Address(): String
  57. def publicIpV4Address(): String
  58. def randomInstant(): Instant
  59. def randomLocalDateTime(): LocalDateTime
  60. def randomOffsetDateTime(): OffsetDateTime
  61. def randomZonedDateTime(): ZonedDateTime
  62. def safeEmailAddress(): String
  63. def slug(): String
  64. def suffix(): String
  65. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  66. def title(): String
  67. def toString(): String
    Definition Classes
    AnyRef → Any
  68. def url(): String
  69. def userAgent(): String
  70. def userName(): String
  71. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  72. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  73. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped