Interface IElementToViewNames

  • All Superinterfaces:
    java.util.function.Function<javax.lang.model.element.TypeElement,​Result<ElementFail,​ViewNames>>

    public interface IElementToViewNames
    extends java.util.function.Function<javax.lang.model.element.TypeElement,​Result<ElementFail,​ViewNames>>
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static IElementToViewNames simple​(IServerNames serverNames)  
      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose