Packages

package pure

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. pure
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. 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].

  2. trait AudioPlayerIOOps extends AnyRef

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

Value Members

  1. object AudioPlayerIO extends AudioPlayerIOOps with IOOps[AudioPlayer]

    Object containing the operations that act on an AudioPlayer.

Inherited from AnyRef

Inherited from Any

Ungrouped