| Package | Description |
|---|---|
| org.semanticweb.elk.util.collections |
| Modifier and Type | Method and Description |
|---|---|
static <I,O> Collection<O> |
Operations.map(Collection<I> input,
Operations.Transformation<? super I,O> transformation) |
static <I,O> Iterable<O> |
Operations.map(Iterable<I> input,
Operations.Transformation<? super I,O> transformation)
Transforms elements using a given
Operations.Transformation the output
elements consist of the result of the transformation in the same order;
if the transformation returns null, it is not included in the
output |
static <I,O> Iterator<O> |
Operations.map(Iterator<I> input,
Operations.Transformation<? super I,O> transformation) |
static <I,O> Iterable<O> |
Operations.mapConcat(Iterable<I> input,
Operations.Transformation<? super I,Iterable<O>> transformation) |
static <I,O> Iterator<O> |
Operations.mapConcat(Iterator<I> input,
Operations.Transformation<? super I,Iterable<O>> transformation) |
Copyright © 2011–2024 Live Ontologies Project. All rights reserved.