Class SingleValueApplierRule<S,​T,​OS,​OT>

    • Method Detail

      • thenSet

        public void thenSet​(BiConsumer<OT,​T> apply)
        Description copied from interface: ValueApplierRule
        Define how to set the transformed element(s) on the target object. This gets the target element, on which these should be set, as a first parameter and the object(s) to set as the second.
        Specified by:
        thenSet in interface ValueApplierRule<S,​T>