public final class ByteIterableIterate extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
allSatisfy(org.eclipse.collections.api.ByteIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate) |
static boolean |
anySatisfy(org.eclipse.collections.api.ByteIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate) |
static void |
appendString(org.eclipse.collections.api.ByteIterable iterable,
Appendable appendable,
String start,
String separator,
String end) |
static <V,R extends Collection<V>> |
collect(org.eclipse.collections.api.ByteIterable iterable,
org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction<? extends V> function,
R targetCollection) |
static int |
count(org.eclipse.collections.api.ByteIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate) |
static byte |
detectIfNone(org.eclipse.collections.api.ByteIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate,
byte ifNone) |
static void |
forEach(org.eclipse.collections.api.ByteIterable iterable,
org.eclipse.collections.api.block.procedure.primitive.ByteProcedure procedure) |
static <T> T |
injectInto(org.eclipse.collections.api.ByteIterable iterable,
T injectedValue,
org.eclipse.collections.api.block.function.primitive.ObjectByteToObjectFunction<? super T,? extends T> function) |
static boolean |
isEmpty(org.eclipse.collections.api.ByteIterable iterable) |
static byte |
max(org.eclipse.collections.api.ByteIterable iterable) |
static byte |
maxIfEmpty(org.eclipse.collections.api.ByteIterable iterable,
byte ifEmpty) |
static byte |
min(org.eclipse.collections.api.ByteIterable iterable) |
static byte |
minIfEmpty(org.eclipse.collections.api.ByteIterable iterable,
byte ifEmpty) |
static boolean |
noneSatisfy(org.eclipse.collections.api.ByteIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate) |
static boolean |
notEmpty(org.eclipse.collections.api.ByteIterable iterable) |
static <R extends org.eclipse.collections.api.collection.primitive.MutableByteCollection> |
reject(org.eclipse.collections.api.ByteIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate,
R targetCollection) |
static <R extends org.eclipse.collections.api.collection.primitive.MutableByteCollection> |
select(org.eclipse.collections.api.ByteIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate,
R targetCollection) |
static long |
sum(org.eclipse.collections.api.ByteIterable iterable) |
public static boolean isEmpty(org.eclipse.collections.api.ByteIterable iterable)
public static boolean notEmpty(org.eclipse.collections.api.ByteIterable iterable)
public static void forEach(org.eclipse.collections.api.ByteIterable iterable,
org.eclipse.collections.api.block.procedure.primitive.ByteProcedure procedure)
public static <R extends org.eclipse.collections.api.collection.primitive.MutableByteCollection> R select(org.eclipse.collections.api.ByteIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate,
R targetCollection)
public static <R extends org.eclipse.collections.api.collection.primitive.MutableByteCollection> R reject(org.eclipse.collections.api.ByteIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate,
R targetCollection)
public static <V,R extends Collection<V>> R collect(org.eclipse.collections.api.ByteIterable iterable, org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction<? extends V> function, R targetCollection)
public static byte detectIfNone(org.eclipse.collections.api.ByteIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate,
byte ifNone)
public static int count(org.eclipse.collections.api.ByteIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate)
public static boolean anySatisfy(org.eclipse.collections.api.ByteIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate)
public static boolean allSatisfy(org.eclipse.collections.api.ByteIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate)
public static boolean noneSatisfy(org.eclipse.collections.api.ByteIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate)
public static long sum(org.eclipse.collections.api.ByteIterable iterable)
public static byte max(org.eclipse.collections.api.ByteIterable iterable)
public static byte maxIfEmpty(org.eclipse.collections.api.ByteIterable iterable,
byte ifEmpty)
public static byte min(org.eclipse.collections.api.ByteIterable iterable)
public static byte minIfEmpty(org.eclipse.collections.api.ByteIterable iterable,
byte ifEmpty)
public static void appendString(org.eclipse.collections.api.ByteIterable iterable,
Appendable appendable,
String start,
String separator,
String end)
public static <T> T injectInto(org.eclipse.collections.api.ByteIterable iterable,
T injectedValue,
org.eclipse.collections.api.block.function.primitive.ObjectByteToObjectFunction<? super T,? extends T> function)
Copyright © 2004–2018. All rights reserved.