public class Keep
extends java.lang.Object
Constructor and Description |
---|
Keep() |
Modifier and Type | Method and Description |
---|---|
static <L,R> scala.Function2<L,R,scala.Tuple2<L,R>> |
both() |
static <L,R> scala.Function2<L,R,L> |
left() |
static <L,R> scala.Function2<L,R,NotUsed> |
none() |
static <L,R> scala.Function2<L,R,R> |
right() |
public static <L,R> scala.Function2<L,R,L> left()
public static <L,R> scala.Function2<L,R,R> right()
public static <L,R> scala.Function2<L,R,scala.Tuple2<L,R>> both()
public static <L,R> scala.Function2<L,R,NotUsed> none()