collectType

Transform this stream by testing the type of each of the elements on which the element is an instance of the provided type as they pass through this processing step.

Simple operators

Signature

def collectType[T](implicit tag: ClassTag[T]): Repr[T]

Description

TODO: We would welcome help on contributing descriptions and examples, see: https://github.com/akka/akka/issues/25646

Found an error in this documentation? The source code for this page can be found here. Please feel free to edit and contribute a pull request.