class
FactoryMaker
[T]
extends StackableMaker[T] with Vendor[T]
Instance Constructors
-
new
FactoryMaker
(_default: Vendor[T])(implicit man: Manifest[T])
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
apply
(): T
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
object
default
extends PSettableValueHolder[Vendor[T]]
-
def
doWith
[F]
(addl: PValueHolder[Maker[T]])(f: ⇒ F): F
-
def
doWith
[F]
(vFunc: () ⇒ T)(f: ⇒ F): F
-
def
doWith
[F]
(value: T)(f: ⇒ F): F
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
implicit def
make
: Box[T]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
object
request
extends RequestVar[Maker[T]]
-
object
session
extends SessionVar[Maker[T]]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
-
def
toString
(): String
-
implicit def
vend
: T
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from () ⇒ T
Inherited from AnyRef
Inherited from Any
Create an object or val that is a subclass of the FactoryMaker to generate factory for a particular class as well as define session and request specific vendors and use doWith to define the vendor just for the scope of the call.