Package com.github.dkfellows.notabuilder
Interface ThingRecord.Args
- Enclosing class:
ThingRecord
public static sealed interface ThingRecord.Args
Argument labeller.
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic ThingRecord.Args
bar
(int value) Label a value as aThingRecord.bar()
.static ThingRecord.Args
foo
(int value) Label a value as aThingRecord.foo()
.static ThingRecord.Args
grill
(double value) Label a value as aThingRecord.grill()
.static ThingRecord.Args
Label a value as aThingRecord.quux()
.
-
Method Details
-
foo
Label a value as aThingRecord.foo()
.- Parameters:
value
- The value to label.- Returns:
- The labelled value.
-
bar
Label a value as aThingRecord.bar()
.- Parameters:
value
- The value to label.- Returns:
- The labelled value.
-
grill
Label a value as aThingRecord.grill()
.- Parameters:
value
- The value to label.- Returns:
- The labelled value.
-
quux
Label a value as aThingRecord.quux()
.- Parameters:
value
- The value to label.- Returns:
- The labelled value.
-