public class EitherLeftTest extends Object
| Constructor and Description |
|---|
EitherLeftTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
equalsItself() |
void |
flatMapLeftSubTypes() |
void |
flatMapLeftWithUpcastAndSubtypes() |
void |
getRight() |
void |
hashCodeTest() |
void |
isLeft() |
void |
isRight() |
void |
leftGet() |
void |
leftPredicateMatches() |
void |
map() |
void |
mapLeft() |
void |
mapRight() |
void |
notEqualsNull() |
void |
right() |
void |
swapIsRight() |
void |
swapRightIsEitherLeft() |
void |
swapRightIsOriginal() |
void |
throwsException() |
void |
toOptionalTest() |
void |
toOptionTest() |
void |
toStreamTest() |
void |
toStringTest() |
void |
upcastLeftOnLeft() |
void |
upcastLeftOnRight() |
public void leftGet()
public void right()
public void isRight()
public void isLeft()
public void getRight()
public void swapIsRight()
public void swapRightIsEitherLeft()
public void swapRightIsOriginal()
public void map()
public void mapRight()
public void mapLeft()
public void toStringTest()
public void hashCodeTest()
public void equalsItself()
public void notEqualsNull()
public void leftPredicateMatches()
public void toOptionTest()
public void toOptionalTest()
public void toStreamTest()
public void throwsException()
throws IOException
IOExceptionpublic void upcastLeftOnLeft()
public void upcastLeftOnRight()
public void flatMapLeftSubTypes()
public void flatMapLeftWithUpcastAndSubtypes()
Copyright © 2017 Atlassian. All rights reserved.