Package | Description |
---|---|
org.linqs.psl.util |
Modifier and Type | Method and Description |
---|---|
static <T,S> Iterable<S> |
IteratorUtils.map(Iterable<T> baseIterable,
IteratorUtils.MapFunction<T,S> mapFunction)
Given an Iterable, return a new Iterable that invokes the function once on each item.
|
Copyright © 2020 University of California, Santa Cruz. All rights reserved.