github.com/searKing/golang/go@v1.2.74/container/stream/doc.go (about)

     1  // Copyright 2020 The searKing Author. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  // A sequence of elements supporting sequential and parallel aggregate
     6  // operations.  The following example illustrates an aggregate operation using
     7  // SEE java/util/stream/Stream.java
     8  package stream