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