L
- left typeR
- right typepublic static interface CollectionUtils.DualTransformer<L,R>
Modifier and Type | Method and Description |
---|---|
L |
fromRight(R input)
cast R to L
|
R |
toRight(L input)
cast L to R
|
Copyright © 2019. All rights reserved.