public final class ComposeFilter<T> extends Object implements Filter<T>
Selector.SelectFixedElements<A,T>| Constructor and Description |
|---|
ComposeFilter(Function<Collection<T>,Collection<T>> f,
Function<Collection<T>,Collection<T>> s) |
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
execute(Collection<T> argument) |
public ComposeFilter(Function<Collection<T>,Collection<T>> f, Function<Collection<T>,Collection<T>> s)
public Collection<T> execute(Collection<T> argument) throws RuntimeException, IllegalArgumentException
execute in interface Function<Collection<T>,Collection<T>>RuntimeExceptionIllegalArgumentExceptionFunction.execute(java.lang.Object)Copyright © 2001–2018 MDA Tools. All rights reserved.