IterableOnceDeco

io.shiftleft.Implicits.IterableOnceDeco
final implicit class IterableOnceDeco[T](val iterable: IterableOnce[T]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Deprecated methods

def onlyChecked: T

Attributes

Deprecated
[Since version 1.7.42 (July 2025)]

Concrete fields

val iterable: IterableOnce[T]