io.laminext.core.ops.source

Members list

Type members

Classlikes

final class SourceOfBooleanOps(underlying: Source[Boolean])

Attributes

Supertypes
class Object
trait Matchable
class Any
final class SourceOfEitherOps[A, B](val underlying: Source[Either[A, B]])

Attributes

Supertypes
class Object
trait Matchable
class Any
final class SourceOfOptionOps[A](val underlying: Source[Option[A]])

Attributes

Supertypes
class Object
trait Matchable
class Any
final class SourceOps[A](underlying: Source[A])

Attributes

Supertypes
class Object
trait Matchable
class Any