L
- R
- public static class AuthenticationSteps.Pair<L,R> extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
L |
getLeft()
Type-safe way to get the fist object of this
AuthenticationSteps.Pair . |
R |
getRight()
Type-safe way to get the second object of this
AuthenticationSteps.Pair . |
int |
hashCode() |
static <L,R> AuthenticationSteps.Pair<L,R> |
of(L left,
R right)
|
String |
toString() |
public static <L,R> AuthenticationSteps.Pair<L,R> of(L left, R right)
left
- the left value.right
- the right value.AuthenticationSteps.Pair
.public L getLeft()
AuthenticationSteps.Pair
.public R getRight()
AuthenticationSteps.Pair
.Copyright © 2016–2020 Pivotal Software, Inc.. All rights reserved.