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