public class ApplicationUserToRecipient extends Object implements com.google.common.base.Function<ApplicationUser,NotificationRecipient>
ApplicationUser
to a NotificationRecipient
.Modifier and Type | Field and Description |
---|---|
static ApplicationUserToRecipient |
INSTANCE |
Constructor and Description |
---|
ApplicationUserToRecipient() |
public static final ApplicationUserToRecipient INSTANCE
public NotificationRecipient apply(@Nonnull ApplicationUser user)
apply
in interface com.google.common.base.Function<ApplicationUser,NotificationRecipient>
Copyright © 2002-2015 Atlassian. All Rights Reserved.