Uses of Class
org.refcodes.serial.InvertibleSegmentDecorator
-
Uses of InvertibleSegmentDecorator in org.refcodes.serial
Methods in org.refcodes.serial that return InvertibleSegmentDecoratorModifier and TypeMethodDescriptionstatic <DECORATEE extends Segment>
InvertibleSegmentDecorator<DECORATEE>SerialSugar.invertibleSegment(DECORATEE aDecoratee, org.refcodes.numerical.BijectiveFunction<Byte, Byte> aBijectiveFunction, org.refcodes.numerical.InverseFunction<Byte, Byte> aInverseFunction) Constructs an invertible transmission decorator applying bijective and inverse functions upon the delegated methods.static <DECORATEE extends Segment>
InvertibleSegmentDecorator<DECORATEE>SerialSugar.invertibleSegment(DECORATEE aDecoratee, org.refcodes.numerical.Invertible<Byte, Byte> aInvertible) Constructs an invertible transmission decorator applying bijective and inverse functions upon the delegated methods.