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 © 2020. All rights reserved.