Func

functions.proxygenerator.codegenerators.model.Func
See theFunc companion object
case class Func(functionN: String, firstParams: String, firstParamsCall: String, firstParamsRaw: Many[Param], params: String, paramsCall: String, paramsRaw: Many[Param], returnType: EType, resultN: String, resultNNoFramework: String, mapResults: Boolean, caseClass: String, caseClassName: String, last: Boolean, extras: Any)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def firstParamsAndParens: String
def firstParamsAsArray: String
def isUnitReturnType: Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product