Package io.dialob.client.api
Interface CurrentUserSupplier
-
- All Superinterfaces:
Supplier<CurrentUserSupplier.CurrentUser>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface CurrentUserSupplier extends Supplier<CurrentUserSupplier.CurrentUser>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCurrentUserSupplier.CurrentUser
-