Keep

org.apache.pekko.stream.javadsl.Keep
object Keep

Attributes

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

Members list

Value members

Concrete methods

def both[L, R]: Function2[L, R, Pair[L, R]]

Attributes

Source
Keep.scala
def left[L, R]: Function2[L, R, L]

Attributes

Source
Keep.scala
def none[L, R]: Function2[L, R, NotUsed]

Attributes

Source
Keep.scala
def right[L, R]: Function2[L, R, R]

Attributes

Source
Keep.scala