R - The result element type for the list being returned.E - The type of the element being mapped over.public abstract static class TriggerManager.MapOver<R,E> extends Object
| Constructor and Description |
|---|
MapOver(Collection<E> c) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract R |
fun(E e) |
<S extends Collection<R>> |
run() |
<S extends Collection<R>> |
run(S l) |
public MapOver(Collection<E> c)
public <S extends Collection<R>> S run()
public <S extends Collection<R>> S run(S l)
Copyright © 2024. All rights reserved.