public static interface BooleanSignalSourceVector.Mutable<S extends BooleanSignalSource> extends BooleanSignalSourceVector<S>
boolean
.BooleanSignalSourceVector.Mutable<S extends BooleanSignalSource>
Modifier and Type | Method and Description |
---|---|
default void |
set(BooleanSignalSourceVector<? extends S> other) |
S |
set(int index,
S component) |
append, empty, iterate, map, of, of, of, of, repeat, singleton, sizeCompatibleWith, sizeCompatibleWith, sizeCompatibleWith, stored, zipWith
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
S set(int index, S component)
set
in interface List<S extends BooleanSignalSource>
default void set(BooleanSignalSourceVector<? extends S> other)