SelectLoop
gopher.SelectLoop
class SelectLoop[F[_]](api: Gopher[F]) extends SelectGroupBuilder[F, Boolean, Unit]
Attributes
- Source
- SelectLoop.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
transparent inline def apply(inline pf: PartialFunction[Any, Boolean])(using mc: CpsMonadContext[F]): Unit
Attributes
- Source
- SelectLoop.scala
Attributes
- Source
- SelectLoop.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
def onTimeoutAsync(t: FiniteDuration)(f: FiniteDuration => F[Boolean]): SelectGroupBuilder.this.type
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[Boolean]): SelectGroupBuilder.this.type
Attributes
- Inherited from:
- SelectGroupBuilder
- Source
- SelectListeners.scala
Attributes
- Inherited from:
- SelectGroupBuilder
- Source
- SelectListeners.scala
Attributes
- Inherited from:
- SelectListeners
- Source
- SelectListeners.scala
inline def writing[A](ch: WriteChannel[F, A], a: => A)(f: A => Boolean): SelectGroupBuilder.this.type
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