public class TopologyConnection<L,R> extends Object
Modifier and Type | Method and Description |
---|---|
L |
getLeft() |
R |
getRight() |
static <L,R> TopologyConnection<L,R> |
of(L left,
R right) |
public static <L,R> TopologyConnection<L,R> of(L left, R right)
public L getLeft()
public R getRight()
Copyright © 2021. All rights reserved.