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

net.autobuilder.core.ParamCases Maven / Gradle / Ivy

There is a newer version: 2.9.3
Show newest version
package net.autobuilder.core;

public interface ParamCases {

  R parameter(RegularParameter parameter, P p);

  R collectionish(CollectionParameter parameter, P p);

  R optionalish(OptionalParameter parameter, P p);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy