@ExperimentalApi public class EntityPropertyBeanSelfFunctions extends Object
Modifier and Type | Field and Description |
---|---|
static com.atlassian.fugue.Function2<Long,String,String> |
EMPTY
Deprecated.
In 7.0.0
Function2 has been deprecated in favour of BiFunction . Use EMPTY_BIFUNCTION |
static java.util.function.BiFunction<Long,String,String> |
EMPTY_BIFUNCTION |
Constructor and Description |
---|
EntityPropertyBeanSelfFunctions() |
Modifier and Type | Method and Description |
---|---|
static java.util.function.BiFunction<Long,String,String> |
dashboardItemPropertySelfBiFunction(String dashboardId) |
static com.atlassian.fugue.Function2<Long,String,String> |
dashboardItemPropertySelfFunction(String dashboardId)
Deprecated.
In 7.0.0
Function2 has been deprecated in favour of BiFunction . Use dashboardItemPropertySelfBiFunction(String) |
public static java.util.function.BiFunction<Long,String,String> EMPTY_BIFUNCTION
@Deprecated public static com.atlassian.fugue.Function2<Long,String,String> EMPTY
Function2
has been deprecated in favour of BiFunction
. Use EMPTY_BIFUNCTION
@Deprecated public static com.atlassian.fugue.Function2<Long,String,String> dashboardItemPropertySelfFunction(String dashboardId)
Function2
has been deprecated in favour of BiFunction
. Use dashboardItemPropertySelfBiFunction(String)
public static java.util.function.BiFunction<Long,String,String> dashboardItemPropertySelfBiFunction(String dashboardId)
Copyright © 2002-2015 Atlassian. All Rights Reserved.