monocle.bench

LensBench

class LensBench extends AnyRef

Annotations
@State()
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LensBench
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LensBench()

Type Members

  1. case class Nested1(s: String, i: Int, n: Nested2, l: Long) extends Product with Serializable

  2. case class Nested2(s: String, i: Int, n: Nested3, l: Long) extends Product with Serializable

  3. case class Nested3(s: String, i: Int, n: Nested4, l: Long) extends Product with Serializable

  4. case class Nested4(s: String, i: Int, l: Long) extends Product with Serializable

  5. case class Person(name: String, age: Int) extends Product with Serializable

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val _age: Lens[Person, Int]

  7. val _i: Lens[Nested4, Int]

  8. val _n2: Lens[Nested1, Nested2]

  9. val _n3: Lens[Nested2, Nested3]

  10. val _n4: Lens[Nested3, Nested4]

  11. val _name: Lens[Person, String]

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. val john: Person

  21. def lensGet(): String

    Annotations
    @Benchmark()
  22. def lensModify(): Person

    Annotations
    @Benchmark()
  23. def lensModifyF(): Maybe[Nested1]

    Annotations
    @Benchmark()
  24. def lensNestedGet(): Int

    Annotations
    @Benchmark()
  25. def lensNestedModify(): Nested1

    Annotations
    @Benchmark()
  26. def lensNestedSet(): Nested1

    Annotations
    @Benchmark()
  27. def lensSet(): Person

    Annotations
    @Benchmark()
  28. val n1: Nested1

  29. val n1ToI: PLens[Nested1, Nested1, Int, Int]

  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. def safeDivide(a: Int, b: Int): Maybe[Int]

  34. def stdGet(): String

    Annotations
    @Benchmark()
  35. def stdModify(): Person

    Annotations
    @Benchmark()
  36. def stdModifyF(): Maybe[Nested1]

    Annotations
    @Benchmark()
  37. def stdNestedGet(): Int

    Annotations
    @Benchmark()
  38. def stdNestedModify(): Nested1

    Annotations
    @Benchmark()
  39. def stdNestedSet(): Nested1

    Annotations
    @Benchmark()
  40. def stdSet(): Person

    Annotations
    @Benchmark()
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def toString(): String

    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped