Keep

org.apache.pekko.stream.scaladsl.Keep
object Keep

Convenience functions for often-encountered purposes like keeping only the left (first) or only the right (second) of two input values.

Attributes

Source
Materialization.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Keep.type

Members list

Value members

Concrete methods

def both[L, R]: (L, R) => (L, R)

Attributes

Source
Materialization.scala
def left[L, R]: (L, R) => L

Attributes

Source
Materialization.scala
def none[L, R]: (L, R) => NotUsed

Attributes

Source
Materialization.scala
def right[L, R]: (L, R) => R

Attributes

Source
Materialization.scala