Interface EitherModel.Case<R>

  • Enclosing class:
    EitherModel

    public static interface EitherModel.Case<R>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      R EitherModel​(javax.lang.model.element.TypeElement typeElement, javax.lang.model.element.ExecutableElement leftConstructor, javax.lang.model.element.ExecutableElement rightConstructor)  
    • Method Detail

      • EitherModel

        R EitherModel​(javax.lang.model.element.TypeElement typeElement,
                      javax.lang.model.element.ExecutableElement leftConstructor,
                      javax.lang.model.element.ExecutableElement rightConstructor)