public class Keep$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Keep$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Keep$() |
Modifier and Type | Method and Description |
---|---|
<L,R> scala.Function2<L,R,scala.Tuple2<L,R>> |
both() |
<L,R> scala.Function2<L,R,L> |
left() |
<L,R> scala.Function2<L,R,NotUsed> |
none() |
<L,R> scala.Function2<L,R,R> |
right() |
public static final Keep$ MODULE$
public <L,R> scala.Function2<L,R,L> left()
public <L,R> scala.Function2<L,R,R> right()
public <L,R> scala.Function2<L,R,scala.Tuple2<L,R>> both()
public <L,R> scala.Function2<L,R,NotUsed> none()