@ExperimentalApi public class

WithFunctions

extends Object
java.lang.Object
   ↳ com.atlassian.jira.entity.WithFunctions

@ExperimentalApi

This class is considered usable by external developers but its contracts have not stabilized.

Experimental APIs may be changed at any time before being marked @Internal or @PublicApi.

Summary

Public Constructors
WithFunctions()
Public Methods
static Function<WithIdLong> getId()
static Iterable<Long> getIds(Iterable<? extends WithId> withIds)
static Iterable<Long> getIds(Collection<? extends WithId> withIds)
static Function<WithKeyString> getKey()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public WithFunctions ()

Public Methods

public static Function<WithIdLong> getId ()

public static Iterable<Long> getIds (Iterable<? extends WithId> withIds)

public static Iterable<Long> getIds (Collection<? extends WithId> withIds)

public static Function<WithKeyString> getKey ()