@FunctionalInterface public interface UserConsumer<T extends User<T>>
Modifier and Type | Method and Description |
---|---|
void |
accept(T value)
Configure a pre-constructed instance of User resource
|
default UserConsumer<T> |
andThen(UserConsumer<T> after) |
void accept(T value)
default UserConsumer<T> andThen(UserConsumer<T> after)
Copyright © 2019 JBoss by Red Hat. All rights reserved.