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

org.opentripplanner.transit.model.framework.EntityContext Maven / Gradle / Ivy

The newest version!
package org.opentripplanner.transit.model.framework;

public interface EntityContext<
  E extends AbstractTransitEntity, B extends AbstractEntityBuilder
> {
  default E save(B builder) {
    return builder.build();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy