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