Interface GraphApply

All Known Implementing Classes:
GraphDSL$

public interface GraphApply
  • Method Summary

    Modifier and Type
    Method
    Description
    <S extends Shape>
    Graph<S,NotUsed>
    create(scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<NotUsed>,S> buildBlock)
    Creates a new Graph by passing a GraphDSL.Builder to the given create function.
    <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M20, M21, M22, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape, S10 extends Shape, S11 extends Shape, S12 extends Shape, S13 extends Shape, S14 extends Shape, S15 extends Shape, S16 extends Shape, S17 extends Shape, S18 extends Shape, S19 extends Shape, S20 extends Shape, S21 extends Shape, S22 extends Shape>
    Graph<S,Mat>
    createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, Graph<S10,M10> g10, Graph<S11,M11> g11, Graph<S12,M12> g12, Graph<S13,M13> g13, Graph<S14,M14> g14, Graph<S15,M15> g15, Graph<S16,M16> g16, Graph<S17,M17> g17, Graph<S18,M18> g18, Graph<S19,M19> g19, Graph<S20,M20> g20, Graph<S21,M21> g21, Graph<S22,M22> g22, scala.Function22<M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,M11,M12,M13,M14,M15,M16,M17,M18,M19,M20,M21,M22,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function22<S1,S2,S3,S4,S5,S6,S7,S8,S9,S10,S11,S12,S13,S14,S15,S16,S17,S18,S19,S20,S21,S22,S>> buildBlock)
    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M20, M21, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape, S10 extends Shape, S11 extends Shape, S12 extends Shape, S13 extends Shape, S14 extends Shape, S15 extends Shape, S16 extends Shape, S17 extends Shape, S18 extends Shape, S19 extends Shape, S20 extends Shape, S21 extends Shape>
    Graph<S,Mat>
    createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, Graph<S10,M10> g10, Graph<S11,M11> g11, Graph<S12,M12> g12, Graph<S13,M13> g13, Graph<S14,M14> g14, Graph<S15,M15> g15, Graph<S16,M16> g16, Graph<S17,M17> g17, Graph<S18,M18> g18, Graph<S19,M19> g19, Graph<S20,M20> g20, Graph<S21,M21> g21, scala.Function21<M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,M11,M12,M13,M14,M15,M16,M17,M18,M19,M20,M21,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function21<S1,S2,S3,S4,S5,S6,S7,S8,S9,S10,S11,S12,S13,S14,S15,S16,S17,S18,S19,S20,S21,S>> buildBlock)
    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M20, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape, S10 extends Shape, S11 extends Shape, S12 extends Shape, S13 extends Shape, S14 extends Shape, S15 extends Shape, S16 extends Shape, S17 extends Shape, S18 extends Shape, S19 extends Shape, S20 extends Shape>
    Graph<S,Mat>
    createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, Graph<S10,M10> g10, Graph<S11,M11> g11, Graph<S12,M12> g12, Graph<S13,M13> g13, Graph<S14,M14> g14, Graph<S15,M15> g15, Graph<S16,M16> g16, Graph<S17,M17> g17, Graph<S18,M18> g18, Graph<S19,M19> g19, Graph<S20,M20> g20, scala.Function20<M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,M11,M12,M13,M14,M15,M16,M17,M18,M19,M20,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function20<S1,S2,S3,S4,S5,S6,S7,S8,S9,S10,S11,S12,S13,S14,S15,S16,S17,S18,S19,S20,S>> buildBlock)
    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape, S10 extends Shape, S11 extends Shape, S12 extends Shape, S13 extends Shape, S14 extends Shape, S15 extends Shape, S16 extends Shape, S17 extends Shape, S18 extends Shape, S19 extends Shape>
    Graph<S,Mat>
    createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, Graph<S10,M10> g10, Graph<S11,M11> g11, Graph<S12,M12> g12, Graph<S13,M13> g13, Graph<S14,M14> g14, Graph<S15,M15> g15, Graph<S16,M16> g16, Graph<S17,M17> g17, Graph<S18,M18> g18, Graph<S19,M19> g19, scala.Function19<M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,M11,M12,M13,M14,M15,M16,M17,M18,M19,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function19<S1,S2,S3,S4,S5,S6,S7,S8,S9,S10,S11,S12,S13,S14,S15,S16,S17,S18,S19,S>> buildBlock)
    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape, S10 extends Shape, S11 extends Shape, S12 extends Shape, S13 extends Shape, S14 extends Shape, S15 extends Shape, S16 extends Shape, S17 extends Shape, S18 extends Shape>
    Graph<S,Mat>
    createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, Graph<S10,M10> g10, Graph<S11,M11> g11, Graph<S12,M12> g12, Graph<S13,M13> g13, Graph<S14,M14> g14, Graph<S15,M15> g15, Graph<S16,M16> g16, Graph<S17,M17> g17, Graph<S18,M18> g18, scala.Function18<M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,M11,M12,M13,M14,M15,M16,M17,M18,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function18<S1,S2,S3,S4,S5,S6,S7,S8,S9,S10,S11,S12,S13,S14,S15,S16,S17,S18,S>> buildBlock)
    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape, S10 extends Shape, S11 extends Shape, S12 extends Shape, S13 extends Shape, S14 extends Shape, S15 extends Shape, S16 extends Shape, S17 extends Shape>
    Graph<S,Mat>
    createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, Graph<S10,M10> g10, Graph<S11,M11> g11, Graph<S12,M12> g12, Graph<S13,M13> g13, Graph<S14,M14> g14, Graph<S15,M15> g15, Graph<S16,M16> g16, Graph<S17,M17> g17, scala.Function17<M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,M11,M12,M13,M14,M15,M16,M17,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function17<S1,S2,S3,S4,S5,S6,S7,S8,S9,S10,S11,S12,S13,S14,S15,S16,S17,S>> buildBlock)
    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape, S10 extends Shape, S11 extends Shape, S12 extends Shape, S13 extends Shape, S14 extends Shape, S15 extends Shape, S16 extends Shape>
    Graph<S,Mat>
    createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, Graph<S10,M10> g10, Graph<S11,M11> g11, Graph<S12,M12> g12, Graph<S13,M13> g13, Graph<S14,M14> g14, Graph<S15,M15> g15, Graph<S16,M16> g16, scala.Function16<M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,M11,M12,M13,M14,M15,M16,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function16<S1,S2,S3,S4,S5,S6,S7,S8,S9,S10,S11,S12,S13,S14,S15,S16,S>> buildBlock)
    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape, S10 extends Shape, S11 extends Shape, S12 extends Shape, S13 extends Shape, S14 extends Shape, S15 extends Shape>
    Graph<S,Mat>
    createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, Graph<S10,M10> g10, Graph<S11,M11> g11, Graph<S12,M12> g12, Graph<S13,M13> g13, Graph<S14,M14> g14, Graph<S15,M15> g15, scala.Function15<M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,M11,M12,M13,M14,M15,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function15<S1,S2,S3,S4,S5,S6,S7,S8,S9,S10,S11,S12,S13,S14,S15,S>> buildBlock)
    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape, S10 extends Shape, S11 extends Shape, S12 extends Shape, S13 extends Shape, S14 extends Shape>
    Graph<S,Mat>
    createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, Graph<S10,M10> g10, Graph<S11,M11> g11, Graph<S12,M12> g12, Graph<S13,M13> g13, Graph<S14,M14> g14, scala.Function14<M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,M11,M12,M13,M14,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function14<S1,S2,S3,S4,S5,S6,S7,S8,S9,S10,S11,S12,S13,S14,S>> buildBlock)
    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape, S10 extends Shape, S11 extends Shape, S12 extends Shape, S13 extends Shape>
    Graph<S,Mat>
    createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, Graph<S10,M10> g10, Graph<S11,M11> g11, Graph<S12,M12> g12, Graph<S13,M13> g13, scala.Function13<M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,M11,M12,M13,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function13<S1,S2,S3,S4,S5,S6,S7,S8,S9,S10,S11,S12,S13,S>> buildBlock)
    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape, S10 extends Shape, S11 extends Shape, S12 extends Shape>
    Graph<S,Mat>
    createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, Graph<S10,M10> g10, Graph<S11,M11> g11, Graph<S12,M12> g12, scala.Function12<M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,M11,M12,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function12<S1,S2,S3,S4,S5,S6,S7,S8,S9,S10,S11,S12,S>> buildBlock)
    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape, S10 extends Shape, S11 extends Shape>
    Graph<S,Mat>
    createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, Graph<S10,M10> g10, Graph<S11,M11> g11, scala.Function11<M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,M11,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function11<S1,S2,S3,S4,S5,S6,S7,S8,S9,S10,S11,S>> buildBlock)
    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape, S10 extends Shape>
    Graph<S,Mat>
    createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, Graph<S10,M10> g10, scala.Function10<M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function10<S1,S2,S3,S4,S5,S6,S7,S8,S9,S10,S>> buildBlock)
    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape>
    Graph<S,Mat>
    createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, scala.Function9<M1,M2,M3,M4,M5,M6,M7,M8,M9,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function9<S1,S2,S3,S4,S5,S6,S7,S8,S9,S>> buildBlock)
    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape>
    Graph<S,Mat>
    createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, scala.Function8<M1,M2,M3,M4,M5,M6,M7,M8,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function8<S1,S2,S3,S4,S5,S6,S7,S8,S>> buildBlock)
    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape>
    Graph<S,Mat>
    createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, scala.Function7<M1,M2,M3,M4,M5,M6,M7,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function7<S1,S2,S3,S4,S5,S6,S7,S>> buildBlock)
    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape>
    Graph<S,Mat>
    createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, scala.Function6<M1,M2,M3,M4,M5,M6,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function6<S1,S2,S3,S4,S5,S6,S>> buildBlock)
    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    <S extends Shape, Mat, M1, M2, M3, M4, M5, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape>
    Graph<S,Mat>
    createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, scala.Function5<M1,M2,M3,M4,M5,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function5<S1,S2,S3,S4,S5,S>> buildBlock)
    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    <S extends Shape, Mat, M1, M2, M3, M4, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape>
    Graph<S,Mat>
    createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, scala.Function4<M1,M2,M3,M4,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function4<S1,S2,S3,S4,S>> buildBlock)
    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    <S extends Shape, Mat, M1, M2, M3, S1 extends Shape, S2 extends Shape, S3 extends Shape>
    Graph<S,Mat>
    createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, scala.Function3<M1,M2,M3,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function3<S1,S2,S3,S>> buildBlock)
    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    <S extends Shape, Mat, M1, M2, S1 extends Shape, S2 extends Shape>
    Graph<S,Mat>
    createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, scala.Function2<M1,M2,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function2<S1,S2,S>> buildBlock)
    Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    <S extends Shape, S1 extends Shape, Mat>
    Graph<S,Mat>
    createGraph(Graph<S1,Mat> g1, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function1<S1,S>> buildBlock)
    Creates a new Graph by importing the given graph g1 and passing its Shape along with the GraphDSL.Builder to the given create function.
    <S extends Shape, Mat>
    Graph<S,Mat>
    createGraph(S shape, org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat> graphBuilder)
     
  • Method Details

    • create

      <S extends Shape> Graph<S,NotUsed> create(scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<NotUsed>,S> buildBlock)
      Creates a new Graph by passing a GraphDSL.Builder to the given create function.
    • createGraph

      <S extends Shape, S1 extends Shape, Mat> Graph<S,Mat> createGraph(Graph<S1,Mat> g1, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function1<S1,S>> buildBlock)
      Creates a new Graph by importing the given graph g1 and passing its Shape along with the GraphDSL.Builder to the given create function.
    • createGraph

      <S extends Shape, Mat, M1, M2, S1 extends Shape, S2 extends Shape> Graph<S,Mat> createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, scala.Function2<M1,M2,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function2<S1,S2,S>> buildBlock)
      Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    • createGraph

      <S extends Shape, Mat, M1, M2, M3, S1 extends Shape, S2 extends Shape, S3 extends Shape> Graph<S,Mat> createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, scala.Function3<M1,M2,M3,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function3<S1,S2,S3,S>> buildBlock)
      Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    • createGraph

      <S extends Shape, Mat, M1, M2, M3, M4, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape> Graph<S,Mat> createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, scala.Function4<M1,M2,M3,M4,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function4<S1,S2,S3,S4,S>> buildBlock)
      Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    • createGraph

      <S extends Shape, Mat, M1, M2, M3, M4, M5, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape> Graph<S,Mat> createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, scala.Function5<M1,M2,M3,M4,M5,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function5<S1,S2,S3,S4,S5,S>> buildBlock)
      Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    • createGraph

      <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape> Graph<S,Mat> createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, scala.Function6<M1,M2,M3,M4,M5,M6,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function6<S1,S2,S3,S4,S5,S6,S>> buildBlock)
      Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    • createGraph

      <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape> Graph<S,Mat> createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, scala.Function7<M1,M2,M3,M4,M5,M6,M7,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function7<S1,S2,S3,S4,S5,S6,S7,S>> buildBlock)
      Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    • createGraph

      <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape> Graph<S,Mat> createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, scala.Function8<M1,M2,M3,M4,M5,M6,M7,M8,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function8<S1,S2,S3,S4,S5,S6,S7,S8,S>> buildBlock)
      Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    • createGraph

      <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape> Graph<S,Mat> createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, scala.Function9<M1,M2,M3,M4,M5,M6,M7,M8,M9,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function9<S1,S2,S3,S4,S5,S6,S7,S8,S9,S>> buildBlock)
      Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    • createGraph

      <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape, S10 extends Shape> Graph<S,Mat> createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, Graph<S10,M10> g10, scala.Function10<M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function10<S1,S2,S3,S4,S5,S6,S7,S8,S9,S10,S>> buildBlock)
      Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    • createGraph

      <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape, S10 extends Shape, S11 extends Shape> Graph<S,Mat> createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, Graph<S10,M10> g10, Graph<S11,M11> g11, scala.Function11<M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,M11,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function11<S1,S2,S3,S4,S5,S6,S7,S8,S9,S10,S11,S>> buildBlock)
      Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    • createGraph

      <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape, S10 extends Shape, S11 extends Shape, S12 extends Shape> Graph<S,Mat> createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, Graph<S10,M10> g10, Graph<S11,M11> g11, Graph<S12,M12> g12, scala.Function12<M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,M11,M12,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function12<S1,S2,S3,S4,S5,S6,S7,S8,S9,S10,S11,S12,S>> buildBlock)
      Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    • createGraph

      <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape, S10 extends Shape, S11 extends Shape, S12 extends Shape, S13 extends Shape> Graph<S,Mat> createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, Graph<S10,M10> g10, Graph<S11,M11> g11, Graph<S12,M12> g12, Graph<S13,M13> g13, scala.Function13<M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,M11,M12,M13,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function13<S1,S2,S3,S4,S5,S6,S7,S8,S9,S10,S11,S12,S13,S>> buildBlock)
      Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    • createGraph

      <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape, S10 extends Shape, S11 extends Shape, S12 extends Shape, S13 extends Shape, S14 extends Shape> Graph<S,Mat> createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, Graph<S10,M10> g10, Graph<S11,M11> g11, Graph<S12,M12> g12, Graph<S13,M13> g13, Graph<S14,M14> g14, scala.Function14<M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,M11,M12,M13,M14,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function14<S1,S2,S3,S4,S5,S6,S7,S8,S9,S10,S11,S12,S13,S14,S>> buildBlock)
      Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    • createGraph

      <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape, S10 extends Shape, S11 extends Shape, S12 extends Shape, S13 extends Shape, S14 extends Shape, S15 extends Shape> Graph<S,Mat> createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, Graph<S10,M10> g10, Graph<S11,M11> g11, Graph<S12,M12> g12, Graph<S13,M13> g13, Graph<S14,M14> g14, Graph<S15,M15> g15, scala.Function15<M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,M11,M12,M13,M14,M15,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function15<S1,S2,S3,S4,S5,S6,S7,S8,S9,S10,S11,S12,S13,S14,S15,S>> buildBlock)
      Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    • createGraph

      <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape, S10 extends Shape, S11 extends Shape, S12 extends Shape, S13 extends Shape, S14 extends Shape, S15 extends Shape, S16 extends Shape> Graph<S,Mat> createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, Graph<S10,M10> g10, Graph<S11,M11> g11, Graph<S12,M12> g12, Graph<S13,M13> g13, Graph<S14,M14> g14, Graph<S15,M15> g15, Graph<S16,M16> g16, scala.Function16<M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,M11,M12,M13,M14,M15,M16,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function16<S1,S2,S3,S4,S5,S6,S7,S8,S9,S10,S11,S12,S13,S14,S15,S16,S>> buildBlock)
      Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    • createGraph

      <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape, S10 extends Shape, S11 extends Shape, S12 extends Shape, S13 extends Shape, S14 extends Shape, S15 extends Shape, S16 extends Shape, S17 extends Shape> Graph<S,Mat> createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, Graph<S10,M10> g10, Graph<S11,M11> g11, Graph<S12,M12> g12, Graph<S13,M13> g13, Graph<S14,M14> g14, Graph<S15,M15> g15, Graph<S16,M16> g16, Graph<S17,M17> g17, scala.Function17<M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,M11,M12,M13,M14,M15,M16,M17,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function17<S1,S2,S3,S4,S5,S6,S7,S8,S9,S10,S11,S12,S13,S14,S15,S16,S17,S>> buildBlock)
      Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    • createGraph

      <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape, S10 extends Shape, S11 extends Shape, S12 extends Shape, S13 extends Shape, S14 extends Shape, S15 extends Shape, S16 extends Shape, S17 extends Shape, S18 extends Shape> Graph<S,Mat> createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, Graph<S10,M10> g10, Graph<S11,M11> g11, Graph<S12,M12> g12, Graph<S13,M13> g13, Graph<S14,M14> g14, Graph<S15,M15> g15, Graph<S16,M16> g16, Graph<S17,M17> g17, Graph<S18,M18> g18, scala.Function18<M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,M11,M12,M13,M14,M15,M16,M17,M18,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function18<S1,S2,S3,S4,S5,S6,S7,S8,S9,S10,S11,S12,S13,S14,S15,S16,S17,S18,S>> buildBlock)
      Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    • createGraph

      <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape, S10 extends Shape, S11 extends Shape, S12 extends Shape, S13 extends Shape, S14 extends Shape, S15 extends Shape, S16 extends Shape, S17 extends Shape, S18 extends Shape, S19 extends Shape> Graph<S,Mat> createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, Graph<S10,M10> g10, Graph<S11,M11> g11, Graph<S12,M12> g12, Graph<S13,M13> g13, Graph<S14,M14> g14, Graph<S15,M15> g15, Graph<S16,M16> g16, Graph<S17,M17> g17, Graph<S18,M18> g18, Graph<S19,M19> g19, scala.Function19<M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,M11,M12,M13,M14,M15,M16,M17,M18,M19,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function19<S1,S2,S3,S4,S5,S6,S7,S8,S9,S10,S11,S12,S13,S14,S15,S16,S17,S18,S19,S>> buildBlock)
      Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    • createGraph

      <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M20, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape, S10 extends Shape, S11 extends Shape, S12 extends Shape, S13 extends Shape, S14 extends Shape, S15 extends Shape, S16 extends Shape, S17 extends Shape, S18 extends Shape, S19 extends Shape, S20 extends Shape> Graph<S,Mat> createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, Graph<S10,M10> g10, Graph<S11,M11> g11, Graph<S12,M12> g12, Graph<S13,M13> g13, Graph<S14,M14> g14, Graph<S15,M15> g15, Graph<S16,M16> g16, Graph<S17,M17> g17, Graph<S18,M18> g18, Graph<S19,M19> g19, Graph<S20,M20> g20, scala.Function20<M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,M11,M12,M13,M14,M15,M16,M17,M18,M19,M20,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function20<S1,S2,S3,S4,S5,S6,S7,S8,S9,S10,S11,S12,S13,S14,S15,S16,S17,S18,S19,S20,S>> buildBlock)
      Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    • createGraph

      <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M20, M21, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape, S10 extends Shape, S11 extends Shape, S12 extends Shape, S13 extends Shape, S14 extends Shape, S15 extends Shape, S16 extends Shape, S17 extends Shape, S18 extends Shape, S19 extends Shape, S20 extends Shape, S21 extends Shape> Graph<S,Mat> createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, Graph<S10,M10> g10, Graph<S11,M11> g11, Graph<S12,M12> g12, Graph<S13,M13> g13, Graph<S14,M14> g14, Graph<S15,M15> g15, Graph<S16,M16> g16, Graph<S17,M17> g17, Graph<S18,M18> g18, Graph<S19,M19> g19, Graph<S20,M20> g20, Graph<S21,M21> g21, scala.Function21<M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,M11,M12,M13,M14,M15,M16,M17,M18,M19,M20,M21,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function21<S1,S2,S3,S4,S5,S6,S7,S8,S9,S10,S11,S12,S13,S14,S15,S16,S17,S18,S19,S20,S21,S>> buildBlock)
      Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    • createGraph

      <S extends Shape, Mat, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M20, M21, M22, S1 extends Shape, S2 extends Shape, S3 extends Shape, S4 extends Shape, S5 extends Shape, S6 extends Shape, S7 extends Shape, S8 extends Shape, S9 extends Shape, S10 extends Shape, S11 extends Shape, S12 extends Shape, S13 extends Shape, S14 extends Shape, S15 extends Shape, S16 extends Shape, S17 extends Shape, S18 extends Shape, S19 extends Shape, S20 extends Shape, S21 extends Shape, S22 extends Shape> Graph<S,Mat> createGraph(Graph<S1,M1> g1, Graph<S2,M2> g2, Graph<S3,M3> g3, Graph<S4,M4> g4, Graph<S5,M5> g5, Graph<S6,M6> g6, Graph<S7,M7> g7, Graph<S8,M8> g8, Graph<S9,M9> g9, Graph<S10,M10> g10, Graph<S11,M11> g11, Graph<S12,M12> g12, Graph<S13,M13> g13, Graph<S14,M14> g14, Graph<S15,M15> g15, Graph<S16,M16> g16, Graph<S17,M17> g17, Graph<S18,M18> g18, Graph<S19,M19> g19, Graph<S20,M20> g20, Graph<S21,M21> g21, Graph<S22,M22> g22, scala.Function22<M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,M11,M12,M13,M14,M15,M16,M17,M18,M19,M20,M21,M22,Mat> combineMat, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat>,scala.Function22<S1,S2,S3,S4,S5,S6,S7,S8,S9,S10,S11,S12,S13,S14,S15,S16,S17,S18,S19,S20,S21,S22,S>> buildBlock)
      Creates a new Graph by importing the given graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.
    • createGraph

      <S extends Shape, Mat> Graph<S,Mat> createGraph(S shape, org.apache.pekko.stream.scaladsl.GraphDSL.Builder<Mat> graphBuilder)