LList

object LList extends LListFormats
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

sealed
trait LNil0 extends LList

Deprecated types

@deprecated("Switch to the type alias in the sjsonnew root package", "0.8.0")
type :*:[A1, A2 <: LList] = LCons[A1, A2]
Deprecated

Value members

Concrete methods

def iso[A, R0 <: LList : JsonFormat](to0: A => R0, from0: R0 => A): Aux[A, R0]
def isoCurried[A, R0 <: LList : JsonFormat](to0: A => R0)(from0: R0 => A): Aux[A, R0]

Curried iso for type inference.

Curried iso for type inference.

Concrete fields

final
val :*:: :*:

Implicits

Implicits

implicit
def llistOps[L <: LList](l: L): LListOps[L]

Inherited implicits

implicit
def lconsFormat[A1 : ClassTag, A2 <: LList : JsonFormat]: JsonFormat[LCons[A1, A2]]
Inherited from
LListFormats
implicit
Inherited from
LListFormats