ReaderRecord

case
class ReaderRecord[A](ch: ReadChannel[F, A], action: Try[A] => F[S]) extends Reader[A] with Expiration
trait Serializable
trait Product
trait Equals
trait Reader[A]
trait Expirable[Try[A] => Unit]
class Object
trait Matchable
class Any

Type members

Types

type Element = A
type State = S

Value members

Concrete methods

override
def capture(): Capture[Try[A] => Unit]
Definition Classes
Source
SelectGroup.scala

Inherited methods

def canExpire: Boolean
Inherited from
Expiration
Source
SelectGroup.scala
def isExpired: Boolean
Inherited from
Expiration
Source
SelectGroup.scala
def markFree(): Unit
Inherited from
Expiration
Source
SelectGroup.scala
def markUsed(): Unit
Inherited from
Expiration
Source
SelectGroup.scala
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val ready: Capture[Try[A] => Unit]