Some

class Some(lenses: List<LensesComponent.Lens>) : LensesComponent.Repository.Result

Indicates that some lenses are available at the moment of querying. The lenses list is guaranteed to be non-empty.

Constructors

Some
Link copied to clipboard
fun Some(lens: LensesComponent.Lens)
Some
Link copied to clipboard
fun Some(lenses: List<LensesComponent.Lens>)

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

lenses
Link copied to clipboard
val lenses: List<LensesComponent.Lens>