Packages

c

com.flowtick.graphs.cat

GraphNodeApplicative

class GraphNodeApplicative[E] extends Applicative[[β$0$]Graph[E, β$0$]]

Linear Supertypes
Applicative[[β$0$]Graph[E, β$0$]], InvariantMonoidal[[β$0$]Graph[E, β$0$]], Apply[[β$0$]Graph[E, β$0$]], ApplyArityFunctions[[β$0$]Graph[E, β$0$]], InvariantSemigroupal[[β$0$]Graph[E, β$0$]], Semigroupal[[β$0$]Graph[E, β$0$]], Functor[[β$0$]Graph[E, β$0$]], Invariant[[β$0$]Graph[E, β$0$]], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GraphNodeApplicative
  2. Applicative
  3. InvariantMonoidal
  4. Apply
  5. ApplyArityFunctions
  6. InvariantSemigroupal
  7. Semigroupal
  8. Functor
  9. Invariant
  10. Serializable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GraphNodeApplicative()(implicit id: Identifiable[Any])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def *>[A, B](fa: Graph[E, A])(fb: Graph[E, B]): Graph[E, B]
    Definition Classes
    Apply
    Annotations
    @inline()
  4. final def <*[A, B](fa: Graph[E, A])(fb: Graph[E, B]): Graph[E, A]
    Definition Classes
    Apply
    Annotations
    @inline()
  5. final def <*>[A, B](ff: Graph[E, (A) => B])(fa: Graph[E, A]): Graph[E, B]
    Definition Classes
    Apply
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def ap[A, B](functionGraph: Graph[E, (A) => B])(graph: Graph[E, A]): Graph[E, B]
    Definition Classes
    GraphNodeApplicative → Apply
  8. def ap10[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, Z](f: Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9) => Z])(f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9]): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  9. def ap11[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, Z](f: Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) => Z])(f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10]): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  10. def ap12[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, Z](f: Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11) => Z])(f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11]): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  11. def ap13[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, Z](f: Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12) => Z])(f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12]): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  12. def ap14[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, Z](f: Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13) => Z])(f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13]): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  13. def ap15[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, Z](f: Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14) => Z])(f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13], f14: Graph[E, A14]): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  14. def ap16[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, Z](f: Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15) => Z])(f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13], f14: Graph[E, A14], f15: Graph[E, A15]): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  15. def ap17[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, Z](f: Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16) => Z])(f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13], f14: Graph[E, A14], f15: Graph[E, A15], f16: Graph[E, A16]): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  16. def ap18[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, Z](f: Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17) => Z])(f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13], f14: Graph[E, A14], f15: Graph[E, A15], f16: Graph[E, A16], f17: Graph[E, A17]): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  17. def ap19[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, Z](f: Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18) => Z])(f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13], f14: Graph[E, A14], f15: Graph[E, A15], f16: Graph[E, A16], f17: Graph[E, A17], f18: Graph[E, A18]): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  18. def ap2[A, B, Z](ff: Graph[E, (A, B) => Z])(fa: Graph[E, A], fb: Graph[E, B]): Graph[E, Z]
    Definition Classes
    Apply
  19. def ap20[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, Z](f: Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19) => Z])(f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13], f14: Graph[E, A14], f15: Graph[E, A15], f16: Graph[E, A16], f17: Graph[E, A17], f18: Graph[E, A18], f19: Graph[E, A19]): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  20. def ap21[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, Z](f: Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20) => Z])(f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13], f14: Graph[E, A14], f15: Graph[E, A15], f16: Graph[E, A16], f17: Graph[E, A17], f18: Graph[E, A18], f19: Graph[E, A19], f20: Graph[E, A20]): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  21. def ap22[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, Z](f: Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21) => Z])(f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13], f14: Graph[E, A14], f15: Graph[E, A15], f16: Graph[E, A16], f17: Graph[E, A17], f18: Graph[E, A18], f19: Graph[E, A19], f20: Graph[E, A20], f21: Graph[E, A21]): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  22. def ap3[A0, A1, A2, Z](f: Graph[E, (A0, A1, A2) => Z])(f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2]): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  23. def ap4[A0, A1, A2, A3, Z](f: Graph[E, (A0, A1, A2, A3) => Z])(f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3]): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  24. def ap5[A0, A1, A2, A3, A4, Z](f: Graph[E, (A0, A1, A2, A3, A4) => Z])(f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4]): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  25. def ap6[A0, A1, A2, A3, A4, A5, Z](f: Graph[E, (A0, A1, A2, A3, A4, A5) => Z])(f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5]): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  26. def ap7[A0, A1, A2, A3, A4, A5, A6, Z](f: Graph[E, (A0, A1, A2, A3, A4, A5, A6) => Z])(f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6]): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  27. def ap8[A0, A1, A2, A3, A4, A5, A6, A7, Z](f: Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7) => Z])(f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7]): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  28. def ap9[A0, A1, A2, A3, A4, A5, A6, A7, A8, Z](f: Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8) => Z])(f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8]): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  29. def as[A, B](fa: Graph[E, A], b: B): Graph[E, B]
    Definition Classes
    Functor
  30. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  31. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  32. def compose[G[_]](implicit arg0: Applicative[G]): Applicative[[α]Graph[E, G[α]]]
    Definition Classes
    Applicative
  33. def compose[G[_]](implicit arg0: Apply[G]): Apply[[α]Graph[E, G[α]]]
    Definition Classes
    Apply
  34. def compose[G[_]](implicit arg0: Functor[G]): Functor[[α]Graph[E, G[α]]]
    Definition Classes
    Functor
  35. def compose[G[_]](implicit arg0: Invariant[G]): Invariant[[α]Graph[E, G[α]]]
    Definition Classes
    Invariant
  36. def composeApply[G[_]](implicit arg0: Apply[G]): InvariantSemigroupal[[α]Graph[E, G[α]]]
    Definition Classes
    InvariantSemigroupal
  37. def composeContravariant[G[_]](implicit arg0: Contravariant[G]): Contravariant[[α]Graph[E, G[α]]]
    Definition Classes
    Functor → Invariant
  38. def composeContravariantMonoidal[G[_]](implicit arg0: ContravariantMonoidal[G]): ContravariantMonoidal[[α]Graph[E, G[α]]]
    Definition Classes
    Applicative
  39. def composeFunctor[G[_]](implicit arg0: Functor[G]): Invariant[[α]Graph[E, G[α]]]
    Definition Classes
    Invariant
  40. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  42. final def fmap[A, B](fa: Graph[E, A])(f: (A) => B): Graph[E, B]
    Definition Classes
    Functor
  43. def fproduct[A, B](fa: Graph[E, A])(f: (A) => B): Graph[E, (A, B)]
    Definition Classes
    Functor
  44. def fproductLeft[A, B](fa: Graph[E, A])(f: (A) => B): Graph[E, (B, A)]
    Definition Classes
    Functor
  45. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  46. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  47. def ifA[A](fcond: Graph[E, Boolean])(ifTrue: Graph[E, A], ifFalse: Graph[E, A]): Graph[E, A]
    Definition Classes
    Apply
  48. def ifF[A](fb: Graph[E, Boolean])(ifTrue: => A, ifFalse: => A): Graph[E, A]
    Definition Classes
    Functor
  49. def imap[A, B](fa: Graph[E, A])(f: (A) => B)(g: (B) => A): Graph[E, B]
    Definition Classes
    Functor → Invariant
  50. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  51. def lift[A, B](f: (A) => B): (Graph[E, A]) => Graph[E, B]
    Definition Classes
    Functor
  52. def map[A, B](fa: Graph[E, A])(f: (A) => B): Graph[E, B]
    Definition Classes
    Applicative → Functor
  53. def map10[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9) => Z): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  54. def map11[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) => Z): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  55. def map12[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11) => Z): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  56. def map13[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12) => Z): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  57. def map14[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13) => Z): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  58. def map15[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13], f14: Graph[E, A14])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14) => Z): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  59. def map16[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13], f14: Graph[E, A14], f15: Graph[E, A15])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15) => Z): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  60. def map17[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13], f14: Graph[E, A14], f15: Graph[E, A15], f16: Graph[E, A16])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16) => Z): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  61. def map18[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13], f14: Graph[E, A14], f15: Graph[E, A15], f16: Graph[E, A16], f17: Graph[E, A17])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17) => Z): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  62. def map19[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13], f14: Graph[E, A14], f15: Graph[E, A15], f16: Graph[E, A16], f17: Graph[E, A17], f18: Graph[E, A18])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18) => Z): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  63. def map2[A, B, Z](fa: Graph[E, A], fb: Graph[E, B])(f: (A, B) => Z): Graph[E, Z]
    Definition Classes
    Apply
  64. def map20[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13], f14: Graph[E, A14], f15: Graph[E, A15], f16: Graph[E, A16], f17: Graph[E, A17], f18: Graph[E, A18], f19: Graph[E, A19])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19) => Z): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  65. def map21[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13], f14: Graph[E, A14], f15: Graph[E, A15], f16: Graph[E, A16], f17: Graph[E, A17], f18: Graph[E, A18], f19: Graph[E, A19], f20: Graph[E, A20])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20) => Z): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  66. def map22[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13], f14: Graph[E, A14], f15: Graph[E, A15], f16: Graph[E, A16], f17: Graph[E, A17], f18: Graph[E, A18], f19: Graph[E, A19], f20: Graph[E, A20], f21: Graph[E, A21])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21) => Z): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  67. def map2Eval[A, B, Z](fa: Graph[E, A], fb: Eval[Graph[E, B]])(f: (A, B) => Z): Eval[Graph[E, Z]]
    Definition Classes
    Apply
  68. def map3[A0, A1, A2, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2])(f: (A0, A1, A2) => Z): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  69. def map4[A0, A1, A2, A3, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3])(f: (A0, A1, A2, A3) => Z): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  70. def map5[A0, A1, A2, A3, A4, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4])(f: (A0, A1, A2, A3, A4) => Z): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  71. def map6[A0, A1, A2, A3, A4, A5, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5])(f: (A0, A1, A2, A3, A4, A5) => Z): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  72. def map7[A0, A1, A2, A3, A4, A5, A6, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6])(f: (A0, A1, A2, A3, A4, A5, A6) => Z): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  73. def map8[A0, A1, A2, A3, A4, A5, A6, A7, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7])(f: (A0, A1, A2, A3, A4, A5, A6, A7) => Z): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  74. def map9[A0, A1, A2, A3, A4, A5, A6, A7, A8, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8) => Z): Graph[E, Z]
    Definition Classes
    ApplyArityFunctions
  75. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  76. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  77. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  78. def point[A](a: A): Graph[E, A]
    Definition Classes
    InvariantMonoidal
  79. def product[A, B](fa: Graph[E, A], fb: Graph[E, B]): Graph[E, (A, B)]
    Definition Classes
    Apply → Semigroupal
  80. def productL[A, B](fa: Graph[E, A])(fb: Graph[E, B]): Graph[E, A]
    Definition Classes
    Apply
  81. def productR[A, B](fa: Graph[E, A])(fb: Graph[E, B]): Graph[E, B]
    Definition Classes
    Apply
  82. def pure[A](x: A): Graph[E, A]
    Definition Classes
    GraphNodeApplicative → Applicative
  83. def replicateA[A](n: Int, fa: Graph[E, A]): Graph[E, List[A]]
    Definition Classes
    Applicative
  84. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  85. def toString(): String
    Definition Classes
    AnyRef → Any
  86. def tuple10[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9]): Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9)]
    Definition Classes
    ApplyArityFunctions
  87. def tuple11[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10]): Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)]
    Definition Classes
    ApplyArityFunctions
  88. def tuple12[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11]): Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11)]
    Definition Classes
    ApplyArityFunctions
  89. def tuple13[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12]): Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12)]
    Definition Classes
    ApplyArityFunctions
  90. def tuple14[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13]): Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13)]
    Definition Classes
    ApplyArityFunctions
  91. def tuple15[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13], f14: Graph[E, A14]): Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14)]
    Definition Classes
    ApplyArityFunctions
  92. def tuple16[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13], f14: Graph[E, A14], f15: Graph[E, A15]): Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15)]
    Definition Classes
    ApplyArityFunctions
  93. def tuple17[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13], f14: Graph[E, A14], f15: Graph[E, A15], f16: Graph[E, A16]): Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16)]
    Definition Classes
    ApplyArityFunctions
  94. def tuple18[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13], f14: Graph[E, A14], f15: Graph[E, A15], f16: Graph[E, A16], f17: Graph[E, A17]): Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17)]
    Definition Classes
    ApplyArityFunctions
  95. def tuple19[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13], f14: Graph[E, A14], f15: Graph[E, A15], f16: Graph[E, A16], f17: Graph[E, A17], f18: Graph[E, A18]): Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18)]
    Definition Classes
    ApplyArityFunctions
  96. def tuple2[A, B](f1: Graph[E, A], f2: Graph[E, B]): Graph[E, (A, B)]
    Definition Classes
    ApplyArityFunctions
  97. def tuple20[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13], f14: Graph[E, A14], f15: Graph[E, A15], f16: Graph[E, A16], f17: Graph[E, A17], f18: Graph[E, A18], f19: Graph[E, A19]): Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19)]
    Definition Classes
    ApplyArityFunctions
  98. def tuple21[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13], f14: Graph[E, A14], f15: Graph[E, A15], f16: Graph[E, A16], f17: Graph[E, A17], f18: Graph[E, A18], f19: Graph[E, A19], f20: Graph[E, A20]): Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20)]
    Definition Classes
    ApplyArityFunctions
  99. def tuple22[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8], f9: Graph[E, A9], f10: Graph[E, A10], f11: Graph[E, A11], f12: Graph[E, A12], f13: Graph[E, A13], f14: Graph[E, A14], f15: Graph[E, A15], f16: Graph[E, A16], f17: Graph[E, A17], f18: Graph[E, A18], f19: Graph[E, A19], f20: Graph[E, A20], f21: Graph[E, A21]): Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21)]
    Definition Classes
    ApplyArityFunctions
  100. def tuple3[A0, A1, A2, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2]): Graph[E, (A0, A1, A2)]
    Definition Classes
    ApplyArityFunctions
  101. def tuple4[A0, A1, A2, A3, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3]): Graph[E, (A0, A1, A2, A3)]
    Definition Classes
    ApplyArityFunctions
  102. def tuple5[A0, A1, A2, A3, A4, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4]): Graph[E, (A0, A1, A2, A3, A4)]
    Definition Classes
    ApplyArityFunctions
  103. def tuple6[A0, A1, A2, A3, A4, A5, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5]): Graph[E, (A0, A1, A2, A3, A4, A5)]
    Definition Classes
    ApplyArityFunctions
  104. def tuple7[A0, A1, A2, A3, A4, A5, A6, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6]): Graph[E, (A0, A1, A2, A3, A4, A5, A6)]
    Definition Classes
    ApplyArityFunctions
  105. def tuple8[A0, A1, A2, A3, A4, A5, A6, A7, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7]): Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7)]
    Definition Classes
    ApplyArityFunctions
  106. def tuple9[A0, A1, A2, A3, A4, A5, A6, A7, A8, Z](f0: Graph[E, A0], f1: Graph[E, A1], f2: Graph[E, A2], f3: Graph[E, A3], f4: Graph[E, A4], f5: Graph[E, A5], f6: Graph[E, A6], f7: Graph[E, A7], f8: Graph[E, A8]): Graph[E, (A0, A1, A2, A3, A4, A5, A6, A7, A8)]
    Definition Classes
    ApplyArityFunctions
  107. def tupleLeft[A, B](fa: Graph[E, A], b: B): Graph[E, (B, A)]
    Definition Classes
    Functor
  108. def tupleRight[A, B](fa: Graph[E, A], b: B): Graph[E, (A, B)]
    Definition Classes
    Functor
  109. def unit: Graph[E, Unit]
    Definition Classes
    Applicative → InvariantMonoidal
  110. def unlessA[A](cond: Boolean)(f: => Graph[E, A]): Graph[E, Unit]
    Definition Classes
    Applicative
  111. def unzip[A, B](fab: Graph[E, (A, B)]): (Graph[E, A], Graph[E, B])
    Definition Classes
    Functor
  112. def void[A](fa: Graph[E, A]): Graph[E, Unit]
    Definition Classes
    Functor
  113. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  114. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  115. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  116. def whenA[A](cond: Boolean)(f: => Graph[E, A]): Graph[E, Unit]
    Definition Classes
    Applicative
  117. def widen[A, B >: A](fa: Graph[E, A]): Graph[E, B]
    Definition Classes
    Functor

Deprecated Value Members

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

Inherited from Applicative[[β$0$]Graph[E, β$0$]]

Inherited from InvariantMonoidal[[β$0$]Graph[E, β$0$]]

Inherited from Apply[[β$0$]Graph[E, β$0$]]

Inherited from ApplyArityFunctions[[β$0$]Graph[E, β$0$]]

Inherited from InvariantSemigroupal[[β$0$]Graph[E, β$0$]]

Inherited from Semigroupal[[β$0$]Graph[E, β$0$]]

Inherited from Functor[[β$0$]Graph[E, β$0$]]

Inherited from Invariant[[β$0$]Graph[E, β$0$]]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped