CApiGroup

orchescala.api.CApiGroup
case class CApiGroup(name: String, description: String, apis: List[InOutApi[_, _]]) extends GroupedApi

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait GroupedApi
trait CApi
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def groupTag: Option[ApiTag]

Attributes

Definition Classes
def withApis(apis: List[InOutApi[_, _]]): CApiGroup

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product