Uses of Interface
com.github.dkfellows.notabuilder.ThingRecord.Args
Packages that use ThingRecord.Args
Package
Description
A package of things relating to the not-a-builder pattern.
-
Uses of ThingRecord.Args in com.github.dkfellows.notabuilder
Methods in com.github.dkfellows.notabuilder that return ThingRecord.ArgsModifier and TypeMethodDescriptionstatic ThingRecord.Args
ThingRecord.Args.bar
(int value) Label a value as aThingRecord.bar()
.static ThingRecord.Args
ThingRecord.Args.foo
(int value) Label a value as aThingRecord.foo()
.static ThingRecord.Args
ThingRecord.Args.grill
(double value) Label a value as aThingRecord.grill()
.static ThingRecord.Args
Label a value as aThingRecord.quux()
.Constructors in com.github.dkfellows.notabuilder with parameters of type ThingRecord.ArgsModifierConstructorDescriptionThingRecord
(ThingRecord.Args... args) Make an instance of the record.