Ok

steps.result.Result.Ok
final case class Ok[+T](value: T) extends Result[T, Nothing]

Contains the success value

Attributes

Members list

Value members

Inherited methods

def iterator: Iterator[T]

Attributes

Inherited from:
Result
override def knownSize: Int

Attributes

Definition Classes
Result -> IterableOnce
Inherited from:
Result
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def stepper[S <: Stepper[_]](implicit shape: StepperShape[T, S]): S

Attributes

Inherited from:
IterableOnce