public static class VertexPartition.VertexPartitionOpsConstructor$ extends Object implements VertexPartitionBaseOpsConstructor<VertexPartition>
VertexPartition
is a member of the VertexPartitionBaseOpsConstructor
typeclass. This enables invoking VertexPartitionBase
operations on a VertexPartition
via an
evidence parameter, as in VertexPartitionBaseOps
.Modifier and Type | Field and Description |
---|---|
static VertexPartition.VertexPartitionOpsConstructor$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
VertexPartition.VertexPartitionOpsConstructor$() |
Modifier and Type | Method and Description |
---|---|
<VD> VertexPartitionBaseOps<VD,VertexPartition> |
toOps(VertexPartition<VD> partition,
scala.reflect.ClassTag<VD> evidence$3) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toOps
public static final VertexPartition.VertexPartitionOpsConstructor$ MODULE$
public VertexPartition.VertexPartitionOpsConstructor$()
public <VD> VertexPartitionBaseOps<VD,VertexPartition> toOps(VertexPartition<VD> partition, scala.reflect.ClassTag<VD> evidence$3)