package pure
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- pure
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
AudioPlayerIO[+A] = RIO[AudioPlayer, A]
Representation of a operation that requires an AudioPlayer, with the common Monad operations.
Representation of a operation that requires an AudioPlayer, with the common Monad operations. This is the same as
RIO[AudioPlayer, A]. -
trait
AudioPlayerIOOps extends AnyRef
Representation of an audio player operation, with the common Monad operations.
Value Members
-
object
AudioPlayerIO extends AudioPlayerIOOps with IOOps[AudioPlayer]
Object containing the operations that act on an AudioPlayer.