SeqProxy

fm.common.SeqProxy
See theSeqProxy companion object
trait SeqProxy[A]

This is a replacement for the deprecated scala.collection.SeqProxy.

This doesn't implement Seq[A] like the original SeqProxy but instead just provides an implicit conversion from this trait into a Seq[A] which then gives you all the Seq functionality

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def self: Seq[A]