public class Repeat extends ASeq implements IReduce
| Modifier and Type | Method and Description |
|---|---|
static ISeq |
create(long count,
Object val) |
static Repeat |
create(Object val) |
Object |
first() |
ISeq |
next() |
Object |
reduce(IFn f) |
Object |
reduce(IFn f,
Object start) |
Repeat |
withMeta(IPersistentMap meta) |
add, add, addAll, addAll, clear, cons, contains, containsAll, count, empty, equals, equiv, get, hashCode, hasheq, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, more, remove, remove, removeAll, retainAll, seq, set, size, subList, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitreplaceAll, sort, spliteratorparallelStream, removeIf, streampublic Repeat withMeta(IPersistentMap meta)
public Object reduce(IFn f, Object start)
reduce in interface IReduceInitCopyright © 2021. All rights reserved.