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) |
public static final UserToRecipient INSTANCE
public NotificationRecipient apply(ApplicationUser user)
apply
in interface com.google.common.base.Function<ApplicationUser,NotificationRecipient>
Copyright © 2002-2015 Atlassian. All Rights Reserved.