Simple

kantan.codecs.VersionSpecificResultCompanion.Simple
trait Simple[F]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Simple[F]
trait WithDefault[F]
class WithError[F]
object OpenResult
object ProcessResult
object StringResult
Show all

Members list

Value members

Concrete methods

def sequence[S, M <: (IterableOnce)](rs: M[Either[F, S]])(implicit bf: BuildFrom[M[Either[F, S]], S, M[S]]): Either[F, M[S]]

Turns a collection of results into a result of a collection.

Turns a collection of results into a result of a collection.

Attributes