toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.assertions
/
Context
/
Builder
/
Factory
Factory
public
interface
Factory
<
BT
extends
Context.Builder
<
BT
>
>
(
source
)
A factory for
builders
.
Parameters
<BT>
the type of the builder
Inheritors
Factory
Members
Functions
builder
Link copied to clipboard
public
abstract
Context.Builder
<
BT
>
builder
(
)
Returns a new builder.