ESFeatures

mill.scalajslib.api.ESFeatures
See theESFeatures companion object
case class ESFeatures

Attributes

Companion
object
Source
ESFeatures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withAllowBigIntsForLongs(allowBigIntsForLongs: Boolean): ESFeatures

Attributes

Source
ESFeatures.scala
def withAvoidClasses(avoidClasses: Boolean): ESFeatures

Attributes

Source
ESFeatures.scala
def withAvoidLetsAndConsts(avoidLetsAndConsts: Boolean): ESFeatures

Attributes

Source
ESFeatures.scala

Attributes

Source
ESFeatures.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product