@ParametersAreNonnullByDefault public class

ResendToStoreFunction

extends Object
implements Function<D, R>
java.lang.Object
   ↳ com.atlassian.jira.issue.attachment.store.strategy.move.ResendToStoreFunction

Summary

Public Constructors
ResendToStoreFunction(AttachmentKey attachmentKey, StreamAttachmentStore streamAttachmentStore, ResendingAttachmentStreamCreator resendingAttachmentStreamCreator)
Public Methods
boolean equals(Object o)
Unit get(AttachmentGetData attachmentGetData)
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.util.concurrent.Function

Public Constructors

public ResendToStoreFunction (AttachmentKey attachmentKey, StreamAttachmentStore streamAttachmentStore, ResendingAttachmentStreamCreator resendingAttachmentStreamCreator)

Public Methods

public boolean equals (Object o)

public Unit get (AttachmentGetData attachmentGetData)

public int hashCode ()