All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.moaxcp.graphs.events.EdgeCreated Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package com.github.moaxcp.graphs.events;

public final class EdgeCreated extends EdgeOptionalIdEvent {

    private EdgeCreated(Builder builder) {
        super(builder);
    }

    @SuppressWarnings("squid:S2176")
    public static final class Builder extends EdgeOptionalIdEvent.Builder> {

        @Override
        public Builder self() {
            return this;
        }

        @Override
        public EdgeCreated build() {
            return new EdgeCreated<>(this);
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy