private static class MetaFixer.Either<L,R> extends Object
L and R.| Modifier and Type | Method and Description | 
|---|---|
| L | getLeft() | 
| R | getRight() | 
| boolean | hasLeft() | 
| boolean | hasRight() | 
| static <L,R> MetaFixer.Either<L,R> | ofLeft(L left) | 
| static <L,R> MetaFixer.Either<L,R> | ofRight(R right) | 
public static <L,R> MetaFixer.Either<L,R> ofLeft(L left)
public static <L,R> MetaFixer.Either<L,R> ofRight(R right)
public boolean hasLeft()
public boolean hasRight()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.