public final class ByteIteratorIterate extends Object
ByteIterator.
This file was automatically generated from template file primitiveIteratorIterate.stg.| Modifier and Type | Method and Description |
|---|---|
static boolean |
allSatisfy(org.eclipse.collections.api.iterator.ByteIterator iterator,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate) |
static boolean |
anySatisfy(org.eclipse.collections.api.iterator.ByteIterator iterator,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate) |
static <V,R extends Collection<V>> |
collect(org.eclipse.collections.api.iterator.ByteIterator iterator,
org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction<? extends V> function,
R targetCollection) |
static int |
count(org.eclipse.collections.api.iterator.ByteIterator iterator,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate) |
static byte |
detectIfNone(org.eclipse.collections.api.iterator.ByteIterator iterator,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate,
byte ifNone) |
static void |
forEach(org.eclipse.collections.api.iterator.ByteIterator iterator,
org.eclipse.collections.api.block.procedure.primitive.ByteProcedure procedure) |
static <T> T |
injectInto(org.eclipse.collections.api.iterator.ByteIterator iterator,
T injectedValue,
org.eclipse.collections.api.block.function.primitive.ObjectByteToObjectFunction<? super T,? extends T> function) |
static byte |
max(org.eclipse.collections.api.iterator.ByteIterator iterator) |
static byte |
min(org.eclipse.collections.api.iterator.ByteIterator iterator) |
static boolean |
noneSatisfy(org.eclipse.collections.api.iterator.ByteIterator iterator,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate) |
static <R extends org.eclipse.collections.api.collection.primitive.MutableByteCollection> |
reject(org.eclipse.collections.api.iterator.ByteIterator iterator,
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.iterator.ByteIterator iterator,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate,
R targetCollection) |
static long |
sum(org.eclipse.collections.api.iterator.ByteIterator iterator) |
public static void forEach(org.eclipse.collections.api.iterator.ByteIterator iterator,
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.iterator.ByteIterator iterator,
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.iterator.ByteIterator iterator,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate,
R targetCollection)
public static <V,R extends Collection<V>> R collect(org.eclipse.collections.api.iterator.ByteIterator iterator, org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction<? extends V> function, R targetCollection)
public static byte detectIfNone(org.eclipse.collections.api.iterator.ByteIterator iterator,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate,
byte ifNone)
public static int count(org.eclipse.collections.api.iterator.ByteIterator iterator,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate)
public static boolean anySatisfy(org.eclipse.collections.api.iterator.ByteIterator iterator,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate)
public static boolean allSatisfy(org.eclipse.collections.api.iterator.ByteIterator iterator,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate)
public static boolean noneSatisfy(org.eclipse.collections.api.iterator.ByteIterator iterator,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate)
public static <T> T injectInto(org.eclipse.collections.api.iterator.ByteIterator iterator,
T injectedValue,
org.eclipse.collections.api.block.function.primitive.ObjectByteToObjectFunction<? super T,? extends T> function)
public static long sum(org.eclipse.collections.api.iterator.ByteIterator iterator)
public static byte max(org.eclipse.collections.api.iterator.ByteIterator iterator)
public static byte min(org.eclipse.collections.api.iterator.ByteIterator iterator)
Copyright © 2004–2018. All rights reserved.