public class UserToRecipient extends Object implements com.google.common.base.Function<ApplicationUser,NotificationRecipient>
User to NotificationRecipient.| Modifier and Type | Field and Description |
|---|---|
static UserToRecipient |
INSTANCE |
| Constructor and Description |
|---|
UserToRecipient() |
| Modifier and Type | Method and Description |
|---|---|
NotificationRecipient |
apply(ApplicationUser user) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic static final UserToRecipient INSTANCE
public NotificationRecipient apply(ApplicationUser user)
apply in interface java.util.function.Function<ApplicationUser,NotificationRecipient>Copyright © 2002-2022 Atlassian. All Rights Reserved.