Class Collect<In,​Out>

    • Constructor Detail

      • Collect

        public Collect​(scala.PartialFunction<In,​Out> pf)
    • Method Detail

      • NotApplied

        public static final scala.Function1<java.lang.Object,​java.lang.Object> NotApplied()
      • apply

        public static <In,​Out> Collect<In,​Out> apply​(scala.PartialFunction<In,​Out> pf)
        INTERNAL API
      • unapply

        public static <In,​Out> scala.Option<scala.PartialFunction<In,​Out>> unapply​(Collect<In,​Out> x$0)
      • pf

        public scala.PartialFunction<In,​Out> pf()
      • shape

        public FlowShape<In,​Out> shape()
        Description copied from interface: Graph
        The shape of a graph is all that is externally visible: its inlets and outlets.
        Specified by:
        shape in interface Graph<In,​Out>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • copy

        public <In,​Out> Collect<In,​Out> copy​(scala.PartialFunction<In,​Out> pf)
      • copy$default$1

        public <In,​Out> scala.PartialFunction<In,​Out> copy$default$1()
      • productPrefix

        public java.lang.String productPrefix()
        Specified by:
        productPrefix in interface scala.Product
      • productArity

        public int productArity()
        Specified by:
        productArity in interface scala.Product
      • productElement

        public java.lang.Object productElement​(int x$1)
        Specified by:
        productElement in interface scala.Product
      • productIterator

        public scala.collection.Iterator<java.lang.Object> productIterator()
        Specified by:
        productIterator in interface scala.Product
      • canEqual

        public boolean canEqual​(java.lang.Object x$1)
        Specified by:
        canEqual in interface scala.Equals
      • productElementName

        public java.lang.String productElementName​(int x$1)
        Specified by:
        productElementName in interface scala.Product
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object x$1)
        Specified by:
        equals in interface scala.Equals
        Overrides:
        equals in class java.lang.Object