toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.assertions
/
ResultOfObject
/
Builder
/
Factory
Factory
public
interface
Factory
<
T
>
implements
Result.Builder.Factory
<
RT
,
AT
,
TT
,
ET
,
BT
>
(
source
)
A factory for
builders
.
Parameters
<T>
the type of the expected and actual object
Inheritors
Factory
Members
Functions
builder
Link copied to clipboard
public
abstract
BT
builder
(
)
Creates a new
result builder
.