ScriptOutputType

dev.profunktor.redis4cats.effects.ScriptOutputType
See theScriptOutputType companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type Aux[A0, R0] = ScriptOutputType[A0] { type R = R0; }

Value members

Concrete methods

def Boolean[V]: Aux[V, Boolean]
def Integer[V]: Aux[V, Long]
def Multi[V]: Aux[V, List[V]]
def Status[V]: Aux[V, Unit]
def Value[V]: Aux[V, V]