public class Execute extends Object
RecheckLifecycle fields and executes the consumer for the field values of the given object.| Modifier and Type | Method and Description |
|---|---|
static Execute |
execute(Consumer<de.retest.recheck.RecheckLifecycle> consumer)
Create an executor to call the consumer with all instances of the later given object.
|
void |
on(Object object)
Execute
consumer on all RecheckLifecycle fields. |
public static Execute execute(Consumer<de.retest.recheck.RecheckLifecycle> consumer)
consumer - Consumer to be executed for all RecheckLifecycle fields.Execute instance with the given consumer.Copyright © 2022 retest @ UBS Hainer GmbH. All rights reserved.