Package | Description |
---|---|
org.apache.flink.types |
Modifier and Type | Method and Description |
---|---|
static <L,R> Either.Right<L,R> |
Either.obtainRight(Either<L,R> input,
TypeSerializer<R> rightSerializer)
Utility function for
EitherSerializer to support object reuse. |
static <L,R> Either.Right<L,R> |
Either.Right.of(R right)
Creates a right value of
Either |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.