feral.lambda

package feral.lambda

Members list

Packages

Type members

Classlikes

object AwsTags

Attributes

Source
AwsTags.scala
Supertypes
class Object
trait Matchable
class Any
Self type
AwsTags.type
sealed abstract class ClientContext

Attributes

Companion
object
Source
Context.scala
Supertypes
class Object
trait Matchable
class Any
object ClientContext

Attributes

Companion
class
Source
Context.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class ClientContextClient

Attributes

Companion
object
Source
Context.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Source
Context.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class ClientContextEnv

Attributes

Companion
object
Source
Context.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Source
Context.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class CognitoIdentity

Attributes

Companion
object
Source
Context.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Source
Context.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class Context[F[_]]

Attributes

Companion
object
Source
Context.scala
Supertypes
class Object
trait Matchable
class Any
object Context

Attributes

Companion
class
Source
Context.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Context.type
object INothing

Attributes

Source
INothing.scala
Supertypes
class Object
trait Matchable
class Any
Self type
INothing.type
abstract class IOLambda[Event, Result](implicit val decoder: Decoder[Event], val encoder: Encoder[Result])

Attributes

Companion
object
Source
IOLambda.scala
Supertypes
trait RequestStreamHandler
class Object
trait Matchable
class Any
Known subtypes
class Simple[Event, Result]
object IOLambda

Attributes

Companion
class
Source
IOLambda.scala
Supertypes
class Object
trait Matchable
class Any
Self type
IOLambda.type
sealed trait Invocation[F[_], Event]

Attributes

Companion
object
Source
Invocation.scala
Supertypes
class Object
trait Matchable
class Any
object Invocation

Attributes

Companion
trait
Source
Invocation.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Invocation.type
trait KernelSource[Event]

Attributes

Companion
object
Source
KernelSource.scala
Supertypes
class Object
trait Matchable
class Any
object KernelSource

Attributes

Companion
trait
Source
KernelSource.scala
Supertypes
class Object
trait Matchable
class Any
Self type
object TracedHandler

Attributes

Source
TracedHandler.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Types

type INothing = Nothing

Alias for Nothing which works better with type inference.

Alias for Nothing which works better with type inference. Inspired by fs2, but inlined here to avoid pulling in an otherwise-unnecessary dependency.

Attributes

Source
INothing.scala

Attributes

Source
invocations.scala
type S3Invocation[F[_]] = Invocation[F, S3Event]

Attributes

Source
invocations.scala
type SnsInvocation[F[_]] = Invocation[F, SnsEvent]

Attributes

Source
invocations.scala
type SqsInvocation[F[_]] = Invocation[F, SqsEvent]

Attributes

Source
invocations.scala

Deprecated types

Attributes

Deprecated
true
Source
invocations.scala

Attributes

Deprecated
true
Source
invocations.scala

Attributes

Deprecated
[Since version 0.3.0]
Source
invocations.scala
type LambdaEnv[F[_], Event] = Invocation[F, Event]

Attributes

Deprecated
true
Source
invocations.scala

Attributes

Deprecated
true
Source
invocations.scala
type SnsLambdaEnv[F[_]] = SnsInvocation[F]

Attributes

Deprecated
true
Source
invocations.scala
type SqsLambdaEnv[F[_]] = SqsInvocation[F]

Attributes

Deprecated
true
Source
invocations.scala

Value members

Deprecated fields

val LambdaEnv: Invocation.type

Attributes

Deprecated
true
Source
invocations.scala