SeqLikeLensFamily

case
class SeqLikeLensFamily[S1, S2, A, Repr <: SeqLike[A, Repr]](lens: LensFamily[S1, S2, Repr, Repr])

Provide the appearance of a mutable-like API for sorting sequences through a lens

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def sort[B >: A](implicit ord: Ordering[B]): IndexedState[S1, S2, Unit]
def sortBy[B : Ordering](f: A => B): IndexedState[S1, S2, Unit]
def sortWith(lt: (A, A) => Boolean): IndexedState[S1, S2, Unit]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product