chromeCalcFunction

olon.http.UserAgentCalculator.chromeCalcFunction
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

Attributes

Graph
Supertypes
class FactoryMaker[(Box[String]) => Box[Double]]
trait Vendor[(Box[String]) => Box[Double]]
trait () => (Box[String]) => Box[Double]
trait StackableMaker[(Box[String]) => Box[Double]]
trait Maker[(Box[String]) => Box[Double]]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited classlikes

object default extends PSettableValueHolder[Vendor[T]]

The default function for vending an instance

The default function for vending an instance

Attributes

Inherited from:
FactoryMaker
Supertypes
trait PSettableValueHolder[Vendor[T]]
trait SettableValueHolder
trait Settable
trait PValueHolder[Vendor[T]]
trait ValueHolder
class Object
trait Matchable
class Any
Show all
object request extends RequestVar[Maker[T]]

The request specific Maker for creating an instance

The request specific Maker for creating an instance

Attributes

Inherited from:
FactoryMaker
Supertypes
class RequestVar[Maker[T]]
class AnyVar[Maker[T], RequestVar[Maker[T]]]
trait AnyVarTrait[Maker[T], RequestVar[Maker[T]]]
trait HasCalcDefaultValue[Maker[T]]
trait PSettableValueHolder[Maker[T]]
trait SettableValueHolder
trait Settable
trait PValueHolder[Maker[T]]
trait ValueHolder
class Object
trait Matchable
class Any
Show all
object session extends SessionVar[Maker[T]]

The session-specific Maker for creating an instance

The session-specific Maker for creating an instance

Attributes

Inherited from:
FactoryMaker
Supertypes
class SessionVar[Maker[T]]
trait LazyLoggable
class AnyVar[Maker[T], SessionVar[Maker[T]]]
trait AnyVarTrait[Maker[T], SessionVar[Maker[T]]]
trait HasCalcDefaultValue[Maker[T]]
trait PSettableValueHolder[Maker[T]]
trait SettableValueHolder
trait Settable
trait PValueHolder[Maker[T]]
trait ValueHolder
class Object
trait Matchable
class Any
Show all

Value members

Inherited methods

def apply(): (Box[String]) => Box[Double]

Attributes

Inherited from:
Vendor
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!

Attributes

Inherited from:
StackableMaker
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!

Attributes

Inherited from:
StackableMaker
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!

Attributes

Inherited from:
StackableMaker
final protected def find(in: List[PValueHolder[Maker[(Box[String]) => Box[Double]]]]): Box[(Box[String]) => Box[Double]]

Attributes

Inherited from:
StackableMaker
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

Attributes

Inherited from:
FactoryMaker
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function0 -> Any
Inherited from:
Function0

Implicits

Inherited implicits

implicit override def make: Box[(Box[String]) => Box[Double]]

Make a Box of the instance.

Make a Box of the instance.

Attributes

Definition Classes
FactoryMaker -> StackableMaker -> Maker
Inherited from:
FactoryMaker
implicit def vend: (Box[String]) => Box[Double]

Vend an instance

Vend an instance

Attributes

Inherited from:
FactoryMaker