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
UserAgentCalculator.FactoryMaker[(Box[String]) ⇒ Box[Double]], Vendor[(Box[String]) ⇒ Box[Double]], () ⇒ (Box[String]) ⇒ Box[Double], StackableMaker[(Box[String]) ⇒ Box[Double]], Maker[(Box[String]) ⇒ Box[Double]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. chromeCalcFunction
  2. FactoryMaker
  3. Vendor
  4. Function0
  5. StackableMaker
  6. Maker
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. object default extends PSettableValueHolder[Vendor[T]]

    The default function for vending an instance

    The default function for vending an instance

    Definition Classes
    FactoryMaker
  2. 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
  3. 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
  4. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def ##(): Int
    Definition Classes
    AnyRef → Any
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def apply(): (Box[String]) ⇒ Box[Double]
    Definition Classes
    Vendor → Function0
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def doWith[F](addl: PValueHolder[Maker[(Box[String]) ⇒ Box[Double]]])(f: ⇒ F): F

    Changes to the stack of Makers made by this method are thread-local!

    Changes to the stack of Makers made by this method are thread-local!

    Definition Classes
    StackableMaker
  11. def doWith[F](vFunc: () ⇒ (Box[String]) ⇒ Box[Double])(f: ⇒ F): F

    Changes to the stack of Makers made by this method are thread-local!

    Changes to the stack of Makers made by this method are thread-local!

    Definition Classes
    StackableMaker
  12. def doWith[F](value: (Box[String]) ⇒ Box[Double])(f: ⇒ F): F

    Changes to the stack of Makers made by this method are thread-local!

    Changes to the stack of Makers made by this method are thread-local!

    Definition Classes
    StackableMaker
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def find(in: List[PValueHolder[Maker[(Box[String]) ⇒ Box[Double]]]]): Box[(Box[String]) ⇒ Box[Double]]
    Attributes
    protected
    Definition Classes
    StackableMaker
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. implicit def make: Box[(Box[String]) ⇒ Box[Double]]

    Make a Box of the instance.

    Make a Box of the instance.

    Definition Classes
    FactoryMakerStackableMakerMaker
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. 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
  26. def toString(): String
    Definition Classes
    Function0 → AnyRef → Any
  27. implicit def vend: (Box[String]) ⇒ Box[Double]

    Vend an instance

    Vend an instance

    Definition Classes
    FactoryMakerVendor
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from UserAgentCalculator.FactoryMaker[(Box[String]) ⇒ Box[Double]]

Inherited from Vendor[(Box[String]) ⇒ Box[Double]]

Inherited from () ⇒ (Box[String]) ⇒ Box[Double]

Inherited from StackableMaker[(Box[String]) ⇒ Box[Double]]

Inherited from Maker[(Box[String]) ⇒ Box[Double]]

Inherited from AnyRef

Inherited from Any

Ungrouped