Class TakeLastStage<T>

  • All Implemented Interfaces:
    Graph<SinkShape<T>,​scala.concurrent.Future<scala.collection.immutable.Seq<T>>>

    public final class TakeLastStage<T>
    extends GraphStageWithMaterializedValue<SinkShape<T>,​scala.concurrent.Future<scala.collection.immutable.Seq<T>>>
    INTERNAL API
    • Constructor Detail

      • TakeLastStage

        public TakeLastStage​(int n)
    • Method Detail

      • shape

        public SinkShape<T> shape()
        Description copied from interface: Graph
        The shape of a graph is all that is externally visible: its inlets and outlets.
        Returns:
        (undocumented)
      • toString

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