public final class Functions0 extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.collections.api.block.function.Function0<Boolean> |
getFalse() |
static org.eclipse.collections.api.block.function.Function0<Boolean> |
getTrue() |
static <T> org.eclipse.collections.api.block.function.Function0<org.eclipse.collections.api.list.MutableList<T>> |
newFastList() |
static <T> org.eclipse.collections.api.block.function.Function0<org.eclipse.collections.api.bag.MutableBag<T>> |
newHashBag() |
static <K,V> org.eclipse.collections.api.block.function.Function0<org.eclipse.collections.api.map.MutableMap<K,V>> |
newUnifiedMap() |
static <T> org.eclipse.collections.api.block.function.Function0<org.eclipse.collections.api.set.MutableSet<T>> |
newUnifiedSet() |
static <T> org.eclipse.collections.api.block.function.Function0<T> |
nullValue() |
static <T> org.eclipse.collections.api.block.function.Function0<T> |
throwing(ThrowingFunction0<T> throwingFunction0) |
static <T> org.eclipse.collections.api.block.function.Function0<T> |
value(T t) |
static org.eclipse.collections.api.block.function.Function0<AtomicInteger> |
zeroAtomicInteger() |
static org.eclipse.collections.api.block.function.Function0<AtomicLong> |
zeroAtomicLong() |
static org.eclipse.collections.api.block.function.Function0<BigDecimal> |
zeroBigDecimal() |
static org.eclipse.collections.api.block.function.Function0<BigInteger> |
zeroBigInteger() |
static org.eclipse.collections.api.block.function.Function0<Integer> |
zeroInteger() |
public static org.eclipse.collections.api.block.function.Function0<Boolean> getTrue()
public static org.eclipse.collections.api.block.function.Function0<Boolean> getFalse()
public static <T> org.eclipse.collections.api.block.function.Function0<org.eclipse.collections.api.list.MutableList<T>> newFastList()
public static <T> org.eclipse.collections.api.block.function.Function0<org.eclipse.collections.api.set.MutableSet<T>> newUnifiedSet()
public static <T> org.eclipse.collections.api.block.function.Function0<org.eclipse.collections.api.bag.MutableBag<T>> newHashBag()
public static <K,V> org.eclipse.collections.api.block.function.Function0<org.eclipse.collections.api.map.MutableMap<K,V>> newUnifiedMap()
public static <T> org.eclipse.collections.api.block.function.Function0<T> throwing(ThrowingFunction0<T> throwingFunction0)
public static <T> org.eclipse.collections.api.block.function.Function0<T> nullValue()
public static <T> org.eclipse.collections.api.block.function.Function0<T> value(T t)
public static org.eclipse.collections.api.block.function.Function0<Integer> zeroInteger()
public static org.eclipse.collections.api.block.function.Function0<AtomicInteger> zeroAtomicInteger()
public static org.eclipse.collections.api.block.function.Function0<AtomicLong> zeroAtomicLong()
public static org.eclipse.collections.api.block.function.Function0<BigDecimal> zeroBigDecimal()
public static org.eclipse.collections.api.block.function.Function0<BigInteger> zeroBigInteger()
Copyright © 2004–2017. All rights reserved.