object GraphDSL extends GraphCreate

Source
Graph.scala
Linear Supertypes
GraphCreate, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GraphDSL
  2. GraphCreate
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class Builder[+Mat] extends AnyRef

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 builder[M](): Builder[M]

    Start building a GraphDSL.

    Start building a GraphDSL.

    The Builder is mutable and not thread-safe, thus you should construct your Graph and then share the constructed immutable GraphDSL.

  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def create[IS <: Shape, S <: Shape, M, G <: Graph[IS, M]](graphs: List[G], buildBlock: Function2[Builder[List[M]], List[IS], S]): Graph[S, List[M]]

    Creates a new Graph by importing the given graph list graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

  8. def create[S1 <: Shape, S2 <: Shape, S <: Shape, M1, M2, M](g1: Graph[S1, M1], g2: Graph[S2, M2], combineMat: Function2[M1, M2, M], block: Function3[Builder[M], S1, S2, S]): Graph[S, M]

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Definition Classes
    GraphCreate
  9. def create[S1 <: Shape, S <: Shape, M](g1: Graph[S1, M], block: Function2[Builder[M], S1, S]): Graph[S, M]

    Creates a new Graph by importing the given graph g1 and its Shape along with the GraphDSL.Builder to the given create function.

    Creates a new Graph by importing the given graph g1 and its Shape along with the GraphDSL.Builder to the given create function.

    Definition Classes
    GraphCreate
  10. def create[S <: Shape](block: Function[Builder[NotUsed], S]): Graph[S, NotUsed]

    Creates a new Graph of the given Shape by passing a GraphDSL.Builder to the given create function.

    Creates a new Graph of the given Shape by passing a GraphDSL.Builder to the given create function.

    Definition Classes
    GraphCreate
  11. def create10[S1 <: Shape, S2 <: Shape, S3 <: Shape, S4 <: Shape, S5 <: Shape, S6 <: Shape, S7 <: Shape, S8 <: Shape, S9 <: Shape, S10 <: Shape, S <: Shape, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M](g1: Graph[S1, M1], g2: Graph[S2, M2], g3: Graph[S3, M3], g4: Graph[S4, M4], g5: Graph[S5, M5], g6: Graph[S6, M6], g7: Graph[S7, M7], g8: Graph[S8, M8], g9: Graph[S9, M9], g10: Graph[S10, M10], combineMat: Function10[M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M], block: Function11[Builder[M], S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S]): Graph[S, M]

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Definition Classes
    GraphCreate
  12. def create11[S1 <: Shape, S2 <: Shape, S3 <: Shape, S4 <: Shape, S5 <: Shape, S6 <: Shape, S7 <: Shape, S8 <: Shape, S9 <: Shape, S10 <: Shape, S11 <: Shape, S <: Shape, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M](g1: Graph[S1, M1], g2: Graph[S2, M2], g3: Graph[S3, M3], g4: Graph[S4, M4], g5: Graph[S5, M5], g6: Graph[S6, M6], g7: Graph[S7, M7], g8: Graph[S8, M8], g9: Graph[S9, M9], g10: Graph[S10, M10], g11: Graph[S11, M11], combineMat: Function11[M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M], block: Function12[Builder[M], S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S]): Graph[S, M]

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Definition Classes
    GraphCreate
  13. def create12[S1 <: Shape, S2 <: Shape, S3 <: Shape, S4 <: Shape, S5 <: Shape, S6 <: Shape, S7 <: Shape, S8 <: Shape, S9 <: Shape, S10 <: Shape, S11 <: Shape, S12 <: Shape, S <: Shape, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M](g1: Graph[S1, M1], g2: Graph[S2, M2], g3: Graph[S3, M3], g4: Graph[S4, M4], g5: Graph[S5, M5], g6: Graph[S6, M6], g7: Graph[S7, M7], g8: Graph[S8, M8], g9: Graph[S9, M9], g10: Graph[S10, M10], g11: Graph[S11, M11], g12: Graph[S12, M12], combineMat: Function12[M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M], block: Function13[Builder[M], S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S]): Graph[S, M]

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Definition Classes
    GraphCreate
  14. def create13[S1 <: Shape, S2 <: Shape, S3 <: Shape, S4 <: Shape, S5 <: Shape, S6 <: Shape, S7 <: Shape, S8 <: Shape, S9 <: Shape, S10 <: Shape, S11 <: Shape, S12 <: Shape, S13 <: Shape, S <: Shape, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M](g1: Graph[S1, M1], g2: Graph[S2, M2], g3: Graph[S3, M3], g4: Graph[S4, M4], g5: Graph[S5, M5], g6: Graph[S6, M6], g7: Graph[S7, M7], g8: Graph[S8, M8], g9: Graph[S9, M9], g10: Graph[S10, M10], g11: Graph[S11, M11], g12: Graph[S12, M12], g13: Graph[S13, M13], combineMat: Function13[M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M], block: Function14[Builder[M], S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S]): Graph[S, M]

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Definition Classes
    GraphCreate
  15. def create14[S1 <: Shape, S2 <: Shape, S3 <: Shape, S4 <: Shape, S5 <: Shape, S6 <: Shape, S7 <: Shape, S8 <: Shape, S9 <: Shape, S10 <: Shape, S11 <: Shape, S12 <: Shape, S13 <: Shape, S14 <: Shape, S <: Shape, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M](g1: Graph[S1, M1], g2: Graph[S2, M2], g3: Graph[S3, M3], g4: Graph[S4, M4], g5: Graph[S5, M5], g6: Graph[S6, M6], g7: Graph[S7, M7], g8: Graph[S8, M8], g9: Graph[S9, M9], g10: Graph[S10, M10], g11: Graph[S11, M11], g12: Graph[S12, M12], g13: Graph[S13, M13], g14: Graph[S14, M14], combineMat: Function14[M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M], block: Function15[Builder[M], S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S]): Graph[S, M]

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Definition Classes
    GraphCreate
  16. def create15[S1 <: Shape, S2 <: Shape, S3 <: Shape, S4 <: Shape, S5 <: Shape, S6 <: Shape, S7 <: Shape, S8 <: Shape, S9 <: Shape, S10 <: Shape, S11 <: Shape, S12 <: Shape, S13 <: Shape, S14 <: Shape, S15 <: Shape, S <: Shape, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M](g1: Graph[S1, M1], g2: Graph[S2, M2], g3: Graph[S3, M3], g4: Graph[S4, M4], g5: Graph[S5, M5], g6: Graph[S6, M6], g7: Graph[S7, M7], g8: Graph[S8, M8], g9: Graph[S9, M9], g10: Graph[S10, M10], g11: Graph[S11, M11], g12: Graph[S12, M12], g13: Graph[S13, M13], g14: Graph[S14, M14], g15: Graph[S15, M15], combineMat: Function15[M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M], block: Function16[Builder[M], S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15, S]): Graph[S, M]

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Definition Classes
    GraphCreate
  17. def create16[S1 <: Shape, S2 <: Shape, S3 <: Shape, S4 <: Shape, S5 <: Shape, S6 <: Shape, S7 <: Shape, S8 <: Shape, S9 <: Shape, S10 <: Shape, S11 <: Shape, S12 <: Shape, S13 <: Shape, S14 <: Shape, S15 <: Shape, S16 <: Shape, S <: Shape, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M](g1: Graph[S1, M1], g2: Graph[S2, M2], g3: Graph[S3, M3], g4: Graph[S4, M4], g5: Graph[S5, M5], g6: Graph[S6, M6], g7: Graph[S7, M7], g8: Graph[S8, M8], g9: Graph[S9, M9], g10: Graph[S10, M10], g11: Graph[S11, M11], g12: Graph[S12, M12], g13: Graph[S13, M13], g14: Graph[S14, M14], g15: Graph[S15, M15], g16: Graph[S16, M16], combineMat: Function16[M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M], block: Function17[Builder[M], S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15, S16, S]): Graph[S, M]

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Definition Classes
    GraphCreate
  18. def create17[S1 <: Shape, S2 <: Shape, S3 <: Shape, S4 <: Shape, S5 <: Shape, S6 <: Shape, S7 <: Shape, S8 <: Shape, S9 <: Shape, S10 <: Shape, S11 <: Shape, S12 <: Shape, S13 <: Shape, S14 <: Shape, S15 <: Shape, S16 <: Shape, S17 <: Shape, S <: Shape, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M](g1: Graph[S1, M1], g2: Graph[S2, M2], g3: Graph[S3, M3], g4: Graph[S4, M4], g5: Graph[S5, M5], g6: Graph[S6, M6], g7: Graph[S7, M7], g8: Graph[S8, M8], g9: Graph[S9, M9], g10: Graph[S10, M10], g11: Graph[S11, M11], g12: Graph[S12, M12], g13: Graph[S13, M13], g14: Graph[S14, M14], g15: Graph[S15, M15], g16: Graph[S16, M16], g17: Graph[S17, M17], combineMat: Function17[M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M], block: Function18[Builder[M], S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15, S16, S17, S]): Graph[S, M]

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Definition Classes
    GraphCreate
  19. def create18[S1 <: Shape, S2 <: Shape, S3 <: Shape, S4 <: Shape, S5 <: Shape, S6 <: Shape, S7 <: Shape, S8 <: Shape, S9 <: Shape, S10 <: Shape, S11 <: Shape, S12 <: Shape, S13 <: Shape, S14 <: Shape, S15 <: Shape, S16 <: Shape, S17 <: Shape, S18 <: Shape, S <: Shape, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M](g1: Graph[S1, M1], g2: Graph[S2, M2], g3: Graph[S3, M3], g4: Graph[S4, M4], g5: Graph[S5, M5], g6: Graph[S6, M6], g7: Graph[S7, M7], g8: Graph[S8, M8], g9: Graph[S9, M9], g10: Graph[S10, M10], g11: Graph[S11, M11], g12: Graph[S12, M12], g13: Graph[S13, M13], g14: Graph[S14, M14], g15: Graph[S15, M15], g16: Graph[S16, M16], g17: Graph[S17, M17], g18: Graph[S18, M18], combineMat: Function18[M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M], block: Function19[Builder[M], S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15, S16, S17, S18, S]): Graph[S, M]

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Definition Classes
    GraphCreate
  20. def create19[S1 <: Shape, S2 <: Shape, S3 <: Shape, S4 <: Shape, S5 <: Shape, S6 <: Shape, S7 <: Shape, S8 <: Shape, S9 <: Shape, S10 <: Shape, S11 <: Shape, S12 <: Shape, S13 <: Shape, S14 <: Shape, S15 <: Shape, S16 <: Shape, S17 <: Shape, S18 <: Shape, S19 <: Shape, S <: Shape, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M](g1: Graph[S1, M1], g2: Graph[S2, M2], g3: Graph[S3, M3], g4: Graph[S4, M4], g5: Graph[S5, M5], g6: Graph[S6, M6], g7: Graph[S7, M7], g8: Graph[S8, M8], g9: Graph[S9, M9], g10: Graph[S10, M10], g11: Graph[S11, M11], g12: Graph[S12, M12], g13: Graph[S13, M13], g14: Graph[S14, M14], g15: Graph[S15, M15], g16: Graph[S16, M16], g17: Graph[S17, M17], g18: Graph[S18, M18], g19: Graph[S19, M19], combineMat: Function19[M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M], block: Function20[Builder[M], S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15, S16, S17, S18, S19, S]): Graph[S, M]

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Definition Classes
    GraphCreate
  21. def create20[S1 <: Shape, S2 <: Shape, S3 <: Shape, S4 <: Shape, S5 <: Shape, S6 <: Shape, S7 <: Shape, S8 <: Shape, S9 <: Shape, S10 <: Shape, S11 <: Shape, S12 <: Shape, S13 <: Shape, S14 <: Shape, S15 <: Shape, S16 <: Shape, S17 <: Shape, S18 <: Shape, S19 <: Shape, S20 <: Shape, S <: Shape, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M20, M](g1: Graph[S1, M1], g2: Graph[S2, M2], g3: Graph[S3, M3], g4: Graph[S4, M4], g5: Graph[S5, M5], g6: Graph[S6, M6], g7: Graph[S7, M7], g8: Graph[S8, M8], g9: Graph[S9, M9], g10: Graph[S10, M10], g11: Graph[S11, M11], g12: Graph[S12, M12], g13: Graph[S13, M13], g14: Graph[S14, M14], g15: Graph[S15, M15], g16: Graph[S16, M16], g17: Graph[S17, M17], g18: Graph[S18, M18], g19: Graph[S19, M19], g20: Graph[S20, M20], combineMat: Function20[M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M20, M], block: Function21[Builder[M], S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15, S16, S17, S18, S19, S20, S]): Graph[S, M]

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Definition Classes
    GraphCreate
  22. def create21[S1 <: Shape, S2 <: Shape, S3 <: Shape, S4 <: Shape, S5 <: Shape, S6 <: Shape, S7 <: Shape, S8 <: Shape, S9 <: Shape, S10 <: Shape, S11 <: Shape, S12 <: Shape, S13 <: Shape, S14 <: Shape, S15 <: Shape, S16 <: Shape, S17 <: Shape, S18 <: Shape, S19 <: Shape, S20 <: Shape, S21 <: Shape, S <: Shape, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M20, M21, M](g1: Graph[S1, M1], g2: Graph[S2, M2], g3: Graph[S3, M3], g4: Graph[S4, M4], g5: Graph[S5, M5], g6: Graph[S6, M6], g7: Graph[S7, M7], g8: Graph[S8, M8], g9: Graph[S9, M9], g10: Graph[S10, M10], g11: Graph[S11, M11], g12: Graph[S12, M12], g13: Graph[S13, M13], g14: Graph[S14, M14], g15: Graph[S15, M15], g16: Graph[S16, M16], g17: Graph[S17, M17], g18: Graph[S18, M18], g19: Graph[S19, M19], g20: Graph[S20, M20], g21: Graph[S21, M21], combineMat: Function21[M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M20, M21, M], block: Function22[Builder[M], S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15, S16, S17, S18, S19, S20, S21, S]): Graph[S, M]

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Definition Classes
    GraphCreate
  23. def create3[S1 <: Shape, S2 <: Shape, S3 <: Shape, S <: Shape, M1, M2, M3, M](g1: Graph[S1, M1], g2: Graph[S2, M2], g3: Graph[S3, M3], combineMat: Function3[M1, M2, M3, M], block: Function4[Builder[M], S1, S2, S3, S]): Graph[S, M]

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Definition Classes
    GraphCreate
  24. def create4[S1 <: Shape, S2 <: Shape, S3 <: Shape, S4 <: Shape, S <: Shape, M1, M2, M3, M4, M](g1: Graph[S1, M1], g2: Graph[S2, M2], g3: Graph[S3, M3], g4: Graph[S4, M4], combineMat: Function4[M1, M2, M3, M4, M], block: Function5[Builder[M], S1, S2, S3, S4, S]): Graph[S, M]

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Definition Classes
    GraphCreate
  25. def create5[S1 <: Shape, S2 <: Shape, S3 <: Shape, S4 <: Shape, S5 <: Shape, S <: Shape, M1, M2, M3, M4, M5, M](g1: Graph[S1, M1], g2: Graph[S2, M2], g3: Graph[S3, M3], g4: Graph[S4, M4], g5: Graph[S5, M5], combineMat: Function5[M1, M2, M3, M4, M5, M], block: Function6[Builder[M], S1, S2, S3, S4, S5, S]): Graph[S, M]

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Definition Classes
    GraphCreate
  26. def create6[S1 <: Shape, S2 <: Shape, S3 <: Shape, S4 <: Shape, S5 <: Shape, S6 <: Shape, S <: Shape, M1, M2, M3, M4, M5, M6, M](g1: Graph[S1, M1], g2: Graph[S2, M2], g3: Graph[S3, M3], g4: Graph[S4, M4], g5: Graph[S5, M5], g6: Graph[S6, M6], combineMat: Function6[M1, M2, M3, M4, M5, M6, M], block: Function7[Builder[M], S1, S2, S3, S4, S5, S6, S]): Graph[S, M]

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Definition Classes
    GraphCreate
  27. def create7[S1 <: Shape, S2 <: Shape, S3 <: Shape, S4 <: Shape, S5 <: Shape, S6 <: Shape, S7 <: Shape, S <: Shape, M1, M2, M3, M4, M5, M6, M7, M](g1: Graph[S1, M1], g2: Graph[S2, M2], g3: Graph[S3, M3], g4: Graph[S4, M4], g5: Graph[S5, M5], g6: Graph[S6, M6], g7: Graph[S7, M7], combineMat: Function7[M1, M2, M3, M4, M5, M6, M7, M], block: Function8[Builder[M], S1, S2, S3, S4, S5, S6, S7, S]): Graph[S, M]

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Definition Classes
    GraphCreate
  28. def create8[S1 <: Shape, S2 <: Shape, S3 <: Shape, S4 <: Shape, S5 <: Shape, S6 <: Shape, S7 <: Shape, S8 <: Shape, S <: Shape, M1, M2, M3, M4, M5, M6, M7, M8, M](g1: Graph[S1, M1], g2: Graph[S2, M2], g3: Graph[S3, M3], g4: Graph[S4, M4], g5: Graph[S5, M5], g6: Graph[S6, M6], g7: Graph[S7, M7], g8: Graph[S8, M8], combineMat: Function8[M1, M2, M3, M4, M5, M6, M7, M8, M], block: Function9[Builder[M], S1, S2, S3, S4, S5, S6, S7, S8, S]): Graph[S, M]

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Definition Classes
    GraphCreate
  29. def create9[S1 <: Shape, S2 <: Shape, S3 <: Shape, S4 <: Shape, S5 <: Shape, S6 <: Shape, S7 <: Shape, S8 <: Shape, S9 <: Shape, S <: Shape, M1, M2, M3, M4, M5, M6, M7, M8, M9, M](g1: Graph[S1, M1], g2: Graph[S2, M2], g3: Graph[S3, M3], g4: Graph[S4, M4], g5: Graph[S5, M5], g6: Graph[S6, M6], g7: Graph[S7, M7], g8: Graph[S8, M8], g9: Graph[S9, M9], combineMat: Function9[M1, M2, M3, M4, M5, M6, M7, M8, M9, M], block: Function10[Builder[M], S1, S2, S3, S4, S5, S6, S7, S8, S9, S]): Graph[S, M]

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.

    Definition Classes
    GraphCreate
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  32. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. 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 GraphCreate

Inherited from AnyRef

Inherited from Any

Ungrouped