eu.joaocosta.minart.audio.pure

Members list

Concise view

Type members

Classlikes

object AudioPlayerIO extends AudioPlayerIOOps with IOOps[AudioPlayer]

Object containing the operations that act on an AudioPlayer.

Object containing the operations that act on an AudioPlayer.

Attributes

Graph
Supertypes
trait IOOps[AudioPlayer]
trait IOBaseOps[AudioPlayer]
class Object
trait Matchable
class Any
Self type

Representation of an audio player operation, with the common Monad operations.

Representation of an audio player operation, with the common Monad operations.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object AudioPlayerIO.type

Types

type AudioPlayerIO[+A] = RIO[AudioPlayer, A]

Representation of a operation that requires an AudioPlayer, with the common Monad operations. This is the same as RIO[AudioPlayer, A].

Representation of a operation that requires an AudioPlayer, with the common Monad operations. This is the same as RIO[AudioPlayer, A].

Attributes