object chromeCalcFunction extends FactoryMaker[(Box[String]) => Box[Double]]
You can change the mechanism by which the user agent for Chrome is calculated by doing the Factory thing with this object
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- chromeCalcFunction
- FactoryMaker
- Vendor
- Function0
- StackableMaker
- Maker
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- object default extends PSettableValueHolder[Vendor[T]]
The default function for vending an instance
The default function for vending an instance
- Definition Classes
- FactoryMaker
- object request extends RequestVar[Maker[T]]
The request specific Maker for creating an instance
The request specific Maker for creating an instance
- Definition Classes
- FactoryMaker
- object session extends SessionVar[Maker[T]]
The session-specific Maker for creating an instance
The session-specific Maker for creating an instance
- Definition Classes
- FactoryMaker
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(): (Box[String]) => Box[Double]
- Definition Classes
- Vendor → Function0
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def doWith[F](addl: PValueHolder[Maker[(Box[String]) => Box[Double]]])(f: => F): F
- Definition Classes
- StackableMaker
- def doWith[F](vFunc: () => (Box[String]) => Box[Double])(f: => F): F
- Definition Classes
- StackableMaker
- def doWith[F](value: (Box[String]) => Box[Double])(f: => F): F
- Definition Classes
- StackableMaker
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def find(in: List[PValueHolder[Maker[(Box[String]) => Box[Double]]]]): Box[(Box[String]) => Box[Double]]
- Attributes
- protected
- Definition Classes
- StackableMaker
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def make: Box[(Box[String]) => Box[Double]]
Make a Box of the instance.
Make a Box of the instance.
- Definition Classes
- FactoryMaker → StackableMaker → Maker
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def theDefault: PSettableValueHolder[Vendor[(Box[String]) => Box[Double]]]
An alias for the default object so that it can be accessed from Java
An alias for the default object so that it can be accessed from Java
- Definition Classes
- FactoryMaker
- def toString(): String
- Definition Classes
- Function0 → AnyRef → Any
- implicit def vend: (Box[String]) => Box[Double]
Vend an instance
Vend an instance
- Definition Classes
- FactoryMaker → Vendor
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()