Object

tuco.free

connectionevent

Related Doc: package free

Permalink

object connectionevent

Algebra and free monad for primitive operations over a net.wimpi.telnetd.net.ConnectionEvent.

Source
connectionevent.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. connectionevent
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ConnectionEventIO[A] = Free[ConnectionEventOp, A]

    Permalink

    Free monad over a free functor of ConnectionEventOp; abstractly, a computation that consumes a net.wimpi.telnetd.net.ConnectionEvent and produces a value of type A.

  2. implicit class ConnectionEventIOOps[A] extends AnyRef

    Permalink

    Syntax for ConnectionEventIO.

  3. sealed trait ConnectionEventOp[A] extends AnyRef

    Permalink

    Sum type of primitive operations over a net.wimpi.telnetd.net.ConnectionEvent.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object ConnectionEventOp

    Permalink

    Module of constructors for ConnectionEventOp.

    Module of constructors for ConnectionEventOp. These are rarely useful outside of the implementation; prefer the smart constructors provided by the connectionevent module.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def attempt[A](a: ConnectionEventIO[A]): ConnectionEventIO[Either[Throwable, A]]

    Permalink

    Lift a ConnectionEventIO[A] into an exception-capturing ConnectionEventIO[Throwable Either A].

  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def delay[A](a: ⇒ A): ConnectionEventIO[A]

    Permalink

    Non-strict unit for capturing effects.

  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. val getConnection: ConnectionEventIO[Connection]

    Permalink

  14. val getSource: ConnectionEventIO[Connection]

    Permalink

  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def interpK[M[_]](implicit arg0: Sync[M]): ~>[ConnectionEventOp, [γ$2$]Kleisli[M, ConnectionEvent, γ$2$]]

    Permalink

    Natural transformation from ConnectionEventOp to Kleisli for the given M, consuming a net.wimpi.telnetd.net.ConnectionEvent.

  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def isType(a: Int): ConnectionEventIO[Boolean]

    Permalink

  19. def lift[Op[_], A, J](j: J, action: Free[Op, A])(implicit mod: Aux[Op, J]): ConnectionEventIO[A]

    Permalink

    Lift a different type of program that has a default Kleisli interpreter.

  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def raw[A](f: (ConnectionEvent) ⇒ A): ConnectionEventIO[A]

    Permalink

    Backdoor for arbitrary computations on the underlying ConnectionEvent.

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. def trans[M[_]](c: ConnectionEvent)(implicit arg0: Sync[M]): ~>[ConnectionEventIO, M]

    Permalink

    Natural transformation from ConnectionEventIO to M, given a net.wimpi.telnetd.net.ConnectionEvent.

  27. def transK[M[_]](implicit arg0: Sync[M]): ~>[ConnectionEventIO, [γ$3$]Kleisli[M, ConnectionEvent, γ$3$]]

    Permalink

    Natural transformation from ConnectionEventIO to Kleisli for the given M, consuming a net.wimpi.telnetd.net.ConnectionEvent.

  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Algebra

Constructors (Lifting)

Constructors (Primitives)

Ungrouped