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

br.com.objectos.way.code.ConstructorInfoToImportInfoSet Maven / Gradle / Ivy

package br.com.objectos.way.code;

import com.google.common.base.Function;
import java.util.Set;

@javax.annotation.Generated("br.com.objectos.way.auto.functional.AutoFunctionalProcessor")
public final class ConstructorInfoToImportInfoSet implements Function> {

  private static final Function> INSTANCE = new ConstructorInfoToImportInfoSet();
  
  private ConstructorInfoToImportInfoSet() {
  }

  public static Function> get() {
    return INSTANCE;
  }

  @Override
  public Set apply(ConstructorInfo input) {
    return input.toImportInfoSet();
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy