SelectForever
gopher.SelectForever
class SelectForever[F[_]](api: Gopher[F]) extends SelectGroupBuilder[F, Unit, Unit]
Result of select.forever
: apply method accept partial pseudofunction which evalueated forever.
Attributes
- Source
- SelectForever.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
transparent inline def apply(inline pf: PartialFunction[Any, Unit])(using mc: CpsMonadContext[F]): Unit
Attributes
- Source
- SelectForever.scala
Attributes
- Source
- SelectForever.scala
Inherited methods
Attributes
- Inherited from:
- SelectGroupBuilder
- Source
- SelectListeners.scala
Attributes
- Inherited from:
- SelectGroupBuilder
- Source
- SelectListeners.scala
Attributes
- Inherited from:
- SelectGroupBuilder
- Source
- SelectListeners.scala
Attributes
- Inherited from:
- SelectGroupBuilder
- Source
- SelectListeners.scala
Attributes
- Inherited from:
- SelectGroupBuilder
- Source
- SelectListeners.scala
Attributes
- Inherited from:
- SelectGroupBuilder
- Source
- SelectListeners.scala
def onWriteAsync[A](ch: WriteChannel[F, A], a: () => F[A])(f: A => F[Unit]): SelectGroupBuilder.this.type
Attributes
- Inherited from:
- SelectGroupBuilder
- Source
- SelectListeners.scala
Attributes
- Inherited from:
- SelectGroupBuilder
- Source
- SelectListeners.scala
Attributes
- Inherited from:
- SelectListeners
- Source
- SelectListeners.scala
Attributes
- Inherited from:
- SelectGroupBuilder
- Source
- SelectListeners.scala
Inherited fields
Attributes
- Inherited from:
- SelectGroupBuilder
- Source
- SelectListeners.scala
Attributes
- Inherited from:
- SelectGroupBuilder
- Source
- SelectListeners.scala
In this article