Uses of Class
org.refcodes.serial.BooleanSegment
-
Uses of BooleanSegment in org.refcodes.serial
Methods in org.refcodes.serial that return BooleanSegmentModifier and TypeMethodDescriptionstatic BooleanSegmentSerialSugar.booleanSegment()Constructs an emptyBooleanSegment.static BooleanSegmentSerialSugar.booleanSegment(boolean aValue) Constructs aBooleanSegmentwith the given boolean payload.static BooleanSegmentSerialSugar.booleanSegment(String aAlias) Constructs an emptyBooleanSegment.static BooleanSegmentSerialSugar.booleanSegment(String aAlias, boolean aValue) Constructs aBooleanSegmentwith the given boolean payload.BooleanSegment.withPayload(Boolean aValue)