Category

org.llm4s.toolapi.builtin.search.Category
See theCategory companion trait
object Category

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Category.type

Members list

Type members

Classlikes

case object Company extends Category

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Category
class Object
trait Matchable
class Any
Show all
Self type
Company.type
case object FinancialReport extends Category

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Category
class Object
trait Matchable
class Any
Show all
Self type
case object Github extends Category

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Category
class Object
trait Matchable
class Any
Show all
Self type
Github.type
case object LinkedinProfile extends Category

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Category
class Object
trait Matchable
class Any
Show all
Self type
case object News extends Category

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Category
class Object
trait Matchable
class Any
Show all
Self type
News.type
case object Pdf extends Category

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Category
class Object
trait Matchable
class Any
Show all
Self type
Pdf.type
case object PersonalSite extends Category

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Category
class Object
trait Matchable
class Any
Show all
Self type
case object ResearchPaper extends Category

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Category
class Object
trait Matchable
class Any
Show all
Self type
case object Tweet extends Category

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Category
class Object
trait Matchable
class Any
Show all
Self type
Tweet.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromString(value: String): Option[Category]

Parse a raw string from configuration or user input into a Category.

Parse a raw string from configuration or user input into a Category.

Value parameters

value

Case-insensitive string matching one of the category values

Attributes

Returns

Some(Category) if recognised, None otherwise