SearchCodeParam

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class Extension(extension: String) extends SearchCodeParam
final case class Filename(filename: String) extends SearchCodeParam
final case class In(values: Set[Value]) extends SearchCodeParam
Companion:
object
object In
Companion:
class
final case class Language(language: String) extends SearchCodeParam
final case class Organization(name: String) extends SearchCodeParam
final case class Path(path: String) extends SearchCodeParam
final case class Repository(owner: String, repo: String) extends SearchCodeParam
final case class Size(op: Option[ComparisonOperator], size: Long) extends SearchCodeParam
final case class User(name: String) extends SearchCodeParam

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror