public static class FastCursorLoops.TwoCursorLoop<A,B> extends Object implements LongConsumer
Constructor and Description |
---|
TwoCursorLoop(BiConsumer<A,B> action,
Cursor<A> cursorA,
Cursor<B> cursorB) |
Modifier and Type | Method and Description |
---|---|
void |
accept(long n) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen
public void accept(long n)
accept
in interface LongConsumer
Copyright © 2015–2022 ImgLib2. All rights reserved.