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(): Option[Try[A] => Unit]
Definition Classes

Inherited methods

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