Package | Description |
---|---|
org.linqs.psl.util |
Modifier and Type | Method and Description |
---|---|
static <T> Iterable<T> |
IteratorUtils.filter(Iterable<T> baseIterable,
IteratorUtils.FilterFunction<T> filter)
Given an Iterable, return a new Iterable that filters baseed off of some function.
|
Copyright © 2020 University of California, Santa Cruz. All rights reserved.