Visitor

doobie.free.callablestatement$.CallableStatementOp$.Visitor
trait Visitor[F[_]] extends FunctionK[CallableStatementOp, F]

Attributes

Source
callablestatement.scala
Graph
Supertypes
trait FunctionK[CallableStatementOp, F]
trait Serializable
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def addBatch: F[Unit]

Attributes

Source
callablestatement.scala
def addBatch(a: String): F[Unit]

Attributes

Source
callablestatement.scala
def cancel: F[Unit]

Attributes

Source
callablestatement.scala
def canceled: F[Unit]

Attributes

Source
callablestatement.scala
def clearBatch: F[Unit]

Attributes

Source
callablestatement.scala
def clearParameters: F[Unit]

Attributes

Source
callablestatement.scala
def clearWarnings: F[Unit]

Attributes

Source
callablestatement.scala
def close: F[Unit]

Attributes

Source
callablestatement.scala
def closeOnCompletion: F[Unit]

Attributes

Source
callablestatement.scala
def delay[A](thunk: => A): F[A]

Attributes

Source
callablestatement.scala
def embed[A](e: Embedded[A]): F[A]

Attributes

Source
callablestatement.scala
def enquoteIdentifier(a: String, b: Boolean): F[String]

Attributes

Source
callablestatement.scala
def enquoteLiteral(a: String): F[String]

Attributes

Source
callablestatement.scala
def enquoteNCharLiteral(a: String): F[String]

Attributes

Source
callablestatement.scala
def execute: F[Boolean]

Attributes

Source
callablestatement.scala
def execute(a: String): F[Boolean]

Attributes

Source
callablestatement.scala
def execute(a: String, b: Array[Int]): F[Boolean]

Attributes

Source
callablestatement.scala
def execute(a: String, b: Array[String]): F[Boolean]

Attributes

Source
callablestatement.scala
def execute(a: String, b: Int): F[Boolean]

Attributes

Source
callablestatement.scala
def executeBatch: F[Array[Int]]

Attributes

Source
callablestatement.scala
def executeLargeBatch: F[Array[Long]]

Attributes

Source
callablestatement.scala
def executeLargeUpdate: F[Long]

Attributes

Source
callablestatement.scala
def executeLargeUpdate(a: String): F[Long]

Attributes

Source
callablestatement.scala
def executeLargeUpdate(a: String, b: Array[Int]): F[Long]

Attributes

Source
callablestatement.scala
def executeLargeUpdate(a: String, b: Array[String]): F[Long]

Attributes

Source
callablestatement.scala
def executeLargeUpdate(a: String, b: Int): F[Long]

Attributes

Source
callablestatement.scala
def executeQuery: F[ResultSet]

Attributes

Source
callablestatement.scala
def executeQuery(a: String): F[ResultSet]

Attributes

Source
callablestatement.scala
def executeUpdate: F[Int]

Attributes

Source
callablestatement.scala
def executeUpdate(a: String): F[Int]

Attributes

Source
callablestatement.scala
def executeUpdate(a: String, b: Array[Int]): F[Int]

Attributes

Source
callablestatement.scala
def executeUpdate(a: String, b: Array[String]): F[Int]

Attributes

Source
callablestatement.scala
def executeUpdate(a: String, b: Int): F[Int]

Attributes

Source
callablestatement.scala
def forceR[A, B](fa: CallableStatementIO[A])(fb: CallableStatementIO[B]): F[B]

Attributes

Source
callablestatement.scala
def getArray(a: Int): F[Array]

Attributes

Source
callablestatement.scala
def getArray(a: String): F[Array]

Attributes

Source
callablestatement.scala
def getBigDecimal(a: Int): F[BigDecimal]

Attributes

Source
callablestatement.scala
def getBigDecimal(a: String): F[BigDecimal]

Attributes

Source
callablestatement.scala
def getBlob(a: Int): F[Blob]

Attributes

Source
callablestatement.scala
def getBlob(a: String): F[Blob]

Attributes

Source
callablestatement.scala
def getBoolean(a: Int): F[Boolean]

Attributes

Source
callablestatement.scala
def getBoolean(a: String): F[Boolean]

Attributes

Source
callablestatement.scala
def getByte(a: Int): F[Byte]

Attributes

Source
callablestatement.scala
def getByte(a: String): F[Byte]

Attributes

Source
callablestatement.scala
def getBytes(a: Int): F[Array[Byte]]

Attributes

Source
callablestatement.scala
def getBytes(a: String): F[Array[Byte]]

Attributes

Source
callablestatement.scala
def getCharacterStream(a: Int): F[Reader]

Attributes

Source
callablestatement.scala
def getCharacterStream(a: String): F[Reader]

Attributes

Source
callablestatement.scala
def getClob(a: Int): F[Clob]

Attributes

Source
callablestatement.scala
def getClob(a: String): F[Clob]

Attributes

Source
callablestatement.scala
def getConnection: F[Connection]

Attributes

Source
callablestatement.scala
def getDate(a: Int): F[Date]

Attributes

Source
callablestatement.scala
def getDate(a: Int, b: Calendar): F[Date]

Attributes

Source
callablestatement.scala
def getDate(a: String): F[Date]

Attributes

Source
callablestatement.scala
def getDate(a: String, b: Calendar): F[Date]

Attributes

Source
callablestatement.scala
def getDouble(a: Int): F[Double]

Attributes

Source
callablestatement.scala
def getDouble(a: String): F[Double]

Attributes

Source
callablestatement.scala
def getFetchDirection: F[Int]

Attributes

Source
callablestatement.scala
def getFetchSize: F[Int]

Attributes

Source
callablestatement.scala
def getFloat(a: Int): F[Float]

Attributes

Source
callablestatement.scala
def getFloat(a: String): F[Float]

Attributes

Source
callablestatement.scala
def getGeneratedKeys: F[ResultSet]

Attributes

Source
callablestatement.scala
def getInt(a: Int): F[Int]

Attributes

Source
callablestatement.scala
def getInt(a: String): F[Int]

Attributes

Source
callablestatement.scala
def getLargeMaxRows: F[Long]

Attributes

Source
callablestatement.scala
def getLargeUpdateCount: F[Long]

Attributes

Source
callablestatement.scala
def getLong(a: Int): F[Long]

Attributes

Source
callablestatement.scala
def getLong(a: String): F[Long]

Attributes

Source
callablestatement.scala
def getMaxFieldSize: F[Int]

Attributes

Source
callablestatement.scala
def getMaxRows: F[Int]

Attributes

Source
callablestatement.scala
def getMetaData: F[ResultSetMetaData]

Attributes

Source
callablestatement.scala
def getMoreResults: F[Boolean]

Attributes

Source
callablestatement.scala
def getMoreResults(a: Int): F[Boolean]

Attributes

Source
callablestatement.scala
def getNCharacterStream(a: Int): F[Reader]

Attributes

Source
callablestatement.scala
def getNCharacterStream(a: String): F[Reader]

Attributes

Source
callablestatement.scala
def getNClob(a: Int): F[NClob]

Attributes

Source
callablestatement.scala
def getNClob(a: String): F[NClob]

Attributes

Source
callablestatement.scala
def getNString(a: Int): F[String]

Attributes

Source
callablestatement.scala
def getNString(a: String): F[String]

Attributes

Source
callablestatement.scala
def getObject(a: Int): F[AnyRef]

Attributes

Source
callablestatement.scala
def getObject[T](a: Int, b: Class[T]): F[T]

Attributes

Source
callablestatement.scala
def getObject(a: Int, b: Map[String, Class[_]]): F[AnyRef]

Attributes

Source
callablestatement.scala
def getObject(a: String): F[AnyRef]

Attributes

Source
callablestatement.scala
def getObject[T](a: String, b: Class[T]): F[T]

Attributes

Source
callablestatement.scala
def getObject(a: String, b: Map[String, Class[_]]): F[AnyRef]

Attributes

Source
callablestatement.scala
def getParameterMetaData: F[ParameterMetaData]

Attributes

Source
callablestatement.scala
def getQueryTimeout: F[Int]

Attributes

Source
callablestatement.scala
def getRef(a: Int): F[Ref]

Attributes

Source
callablestatement.scala
def getRef(a: String): F[Ref]

Attributes

Source
callablestatement.scala
def getResultSet: F[ResultSet]

Attributes

Source
callablestatement.scala

Attributes

Source
callablestatement.scala

Attributes

Source
callablestatement.scala
def getResultSetType: F[Int]

Attributes

Source
callablestatement.scala
def getRowId(a: Int): F[RowId]

Attributes

Source
callablestatement.scala
def getRowId(a: String): F[RowId]

Attributes

Source
callablestatement.scala
def getSQLXML(a: Int): F[SQLXML]

Attributes

Source
callablestatement.scala
def getSQLXML(a: String): F[SQLXML]

Attributes

Source
callablestatement.scala
def getShort(a: Int): F[Short]

Attributes

Source
callablestatement.scala
def getShort(a: String): F[Short]

Attributes

Source
callablestatement.scala
def getString(a: Int): F[String]

Attributes

Source
callablestatement.scala
def getString(a: String): F[String]

Attributes

Source
callablestatement.scala
def getTime(a: Int): F[Time]

Attributes

Source
callablestatement.scala
def getTime(a: Int, b: Calendar): F[Time]

Attributes

Source
callablestatement.scala
def getTime(a: String): F[Time]

Attributes

Source
callablestatement.scala
def getTime(a: String, b: Calendar): F[Time]

Attributes

Source
callablestatement.scala
def getTimestamp(a: Int): F[Timestamp]

Attributes

Source
callablestatement.scala
def getTimestamp(a: Int, b: Calendar): F[Timestamp]

Attributes

Source
callablestatement.scala
def getTimestamp(a: String): F[Timestamp]

Attributes

Source
callablestatement.scala
def getTimestamp(a: String, b: Calendar): F[Timestamp]

Attributes

Source
callablestatement.scala
def getURL(a: Int): F[URL]

Attributes

Source
callablestatement.scala
def getURL(a: String): F[URL]

Attributes

Source
callablestatement.scala
def getUpdateCount: F[Int]

Attributes

Source
callablestatement.scala
def getWarnings: F[SQLWarning]

Attributes

Source
callablestatement.scala
def handleErrorWith[A](fa: CallableStatementIO[A])(f: Throwable => CallableStatementIO[A]): F[A]

Attributes

Source
callablestatement.scala
def isCloseOnCompletion: F[Boolean]

Attributes

Source
callablestatement.scala
def isClosed: F[Boolean]

Attributes

Source
callablestatement.scala
def isPoolable: F[Boolean]

Attributes

Source
callablestatement.scala
def isSimpleIdentifier(a: String): F[Boolean]

Attributes

Source
callablestatement.scala
def isWrapperFor(a: Class[_]): F[Boolean]

Attributes

Source
callablestatement.scala
def monotonic: F[FiniteDuration]

Attributes

Source
callablestatement.scala
def onCancel[A](fa: CallableStatementIO[A], fin: CallableStatementIO[Unit]): F[A]

Attributes

Source
callablestatement.scala
def poll[A](poll: Any, fa: CallableStatementIO[A]): F[A]

Attributes

Source
callablestatement.scala
def raiseError[A](e: Throwable): F[A]

Attributes

Source
callablestatement.scala
def raw[A](f: CallableStatement => A): F[A]

Attributes

Source
callablestatement.scala
def realTime: F[FiniteDuration]

Attributes

Source
callablestatement.scala
def registerOutParameter(a: Int, b: Int): F[Unit]

Attributes

Source
callablestatement.scala
def registerOutParameter(a: Int, b: Int, c: Int): F[Unit]

Attributes

Source
callablestatement.scala
def registerOutParameter(a: Int, b: Int, c: String): F[Unit]

Attributes

Source
callablestatement.scala
def registerOutParameter(a: Int, b: SQLType): F[Unit]

Attributes

Source
callablestatement.scala
def registerOutParameter(a: Int, b: SQLType, c: Int): F[Unit]

Attributes

Source
callablestatement.scala
def registerOutParameter(a: Int, b: SQLType, c: String): F[Unit]

Attributes

Source
callablestatement.scala
def registerOutParameter(a: String, b: Int): F[Unit]

Attributes

Source
callablestatement.scala
def registerOutParameter(a: String, b: Int, c: Int): F[Unit]

Attributes

Source
callablestatement.scala
def registerOutParameter(a: String, b: Int, c: String): F[Unit]

Attributes

Source
callablestatement.scala
def registerOutParameter(a: String, b: SQLType): F[Unit]

Attributes

Source
callablestatement.scala
def registerOutParameter(a: String, b: SQLType, c: Int): F[Unit]

Attributes

Source
callablestatement.scala
def registerOutParameter(a: String, b: SQLType, c: String): F[Unit]

Attributes

Source
callablestatement.scala
def setArray(a: Int, b: Array): F[Unit]

Attributes

Source
callablestatement.scala
def setAsciiStream(a: Int, b: InputStream): F[Unit]

Attributes

Source
callablestatement.scala
def setAsciiStream(a: Int, b: InputStream, c: Int): F[Unit]

Attributes

Source
callablestatement.scala
def setAsciiStream(a: Int, b: InputStream, c: Long): F[Unit]

Attributes

Source
callablestatement.scala
def setAsciiStream(a: String, b: InputStream): F[Unit]

Attributes

Source
callablestatement.scala
def setAsciiStream(a: String, b: InputStream, c: Int): F[Unit]

Attributes

Source
callablestatement.scala
def setAsciiStream(a: String, b: InputStream, c: Long): F[Unit]

Attributes

Source
callablestatement.scala
def setBigDecimal(a: Int, b: BigDecimal): F[Unit]

Attributes

Source
callablestatement.scala
def setBigDecimal(a: String, b: BigDecimal): F[Unit]

Attributes

Source
callablestatement.scala
def setBinaryStream(a: Int, b: InputStream): F[Unit]

Attributes

Source
callablestatement.scala
def setBinaryStream(a: Int, b: InputStream, c: Int): F[Unit]

Attributes

Source
callablestatement.scala
def setBinaryStream(a: Int, b: InputStream, c: Long): F[Unit]

Attributes

Source
callablestatement.scala
def setBinaryStream(a: String, b: InputStream): F[Unit]

Attributes

Source
callablestatement.scala
def setBinaryStream(a: String, b: InputStream, c: Int): F[Unit]

Attributes

Source
callablestatement.scala
def setBinaryStream(a: String, b: InputStream, c: Long): F[Unit]

Attributes

Source
callablestatement.scala
def setBlob(a: Int, b: Blob): F[Unit]

Attributes

Source
callablestatement.scala
def setBlob(a: Int, b: InputStream): F[Unit]

Attributes

Source
callablestatement.scala
def setBlob(a: Int, b: InputStream, c: Long): F[Unit]

Attributes

Source
callablestatement.scala
def setBlob(a: String, b: Blob): F[Unit]

Attributes

Source
callablestatement.scala
def setBlob(a: String, b: InputStream): F[Unit]

Attributes

Source
callablestatement.scala
def setBlob(a: String, b: InputStream, c: Long): F[Unit]

Attributes

Source
callablestatement.scala
def setBoolean(a: Int, b: Boolean): F[Unit]

Attributes

Source
callablestatement.scala
def setBoolean(a: String, b: Boolean): F[Unit]

Attributes

Source
callablestatement.scala
def setByte(a: Int, b: Byte): F[Unit]

Attributes

Source
callablestatement.scala
def setByte(a: String, b: Byte): F[Unit]

Attributes

Source
callablestatement.scala
def setBytes(a: Int, b: Array[Byte]): F[Unit]

Attributes

Source
callablestatement.scala
def setBytes(a: String, b: Array[Byte]): F[Unit]

Attributes

Source
callablestatement.scala
def setCharacterStream(a: Int, b: Reader): F[Unit]

Attributes

Source
callablestatement.scala
def setCharacterStream(a: Int, b: Reader, c: Int): F[Unit]

Attributes

Source
callablestatement.scala
def setCharacterStream(a: Int, b: Reader, c: Long): F[Unit]

Attributes

Source
callablestatement.scala
def setCharacterStream(a: String, b: Reader): F[Unit]

Attributes

Source
callablestatement.scala
def setCharacterStream(a: String, b: Reader, c: Int): F[Unit]

Attributes

Source
callablestatement.scala
def setCharacterStream(a: String, b: Reader, c: Long): F[Unit]

Attributes

Source
callablestatement.scala
def setClob(a: Int, b: Clob): F[Unit]

Attributes

Source
callablestatement.scala
def setClob(a: Int, b: Reader): F[Unit]

Attributes

Source
callablestatement.scala
def setClob(a: Int, b: Reader, c: Long): F[Unit]

Attributes

Source
callablestatement.scala
def setClob(a: String, b: Clob): F[Unit]

Attributes

Source
callablestatement.scala
def setClob(a: String, b: Reader): F[Unit]

Attributes

Source
callablestatement.scala
def setClob(a: String, b: Reader, c: Long): F[Unit]

Attributes

Source
callablestatement.scala
def setCursorName(a: String): F[Unit]

Attributes

Source
callablestatement.scala
def setDate(a: Int, b: Date): F[Unit]

Attributes

Source
callablestatement.scala
def setDate(a: Int, b: Date, c: Calendar): F[Unit]

Attributes

Source
callablestatement.scala
def setDate(a: String, b: Date): F[Unit]

Attributes

Source
callablestatement.scala
def setDate(a: String, b: Date, c: Calendar): F[Unit]

Attributes

Source
callablestatement.scala
def setDouble(a: Int, b: Double): F[Unit]

Attributes

Source
callablestatement.scala
def setDouble(a: String, b: Double): F[Unit]

Attributes

Source
callablestatement.scala
def setEscapeProcessing(a: Boolean): F[Unit]

Attributes

Source
callablestatement.scala
def setFetchDirection(a: Int): F[Unit]

Attributes

Source
callablestatement.scala
def setFetchSize(a: Int): F[Unit]

Attributes

Source
callablestatement.scala
def setFloat(a: Int, b: Float): F[Unit]

Attributes

Source
callablestatement.scala
def setFloat(a: String, b: Float): F[Unit]

Attributes

Source
callablestatement.scala
def setInt(a: Int, b: Int): F[Unit]

Attributes

Source
callablestatement.scala
def setInt(a: String, b: Int): F[Unit]

Attributes

Source
callablestatement.scala
def setLargeMaxRows(a: Long): F[Unit]

Attributes

Source
callablestatement.scala
def setLong(a: Int, b: Long): F[Unit]

Attributes

Source
callablestatement.scala
def setLong(a: String, b: Long): F[Unit]

Attributes

Source
callablestatement.scala
def setMaxFieldSize(a: Int): F[Unit]

Attributes

Source
callablestatement.scala
def setMaxRows(a: Int): F[Unit]

Attributes

Source
callablestatement.scala
def setNCharacterStream(a: Int, b: Reader): F[Unit]

Attributes

Source
callablestatement.scala
def setNCharacterStream(a: Int, b: Reader, c: Long): F[Unit]

Attributes

Source
callablestatement.scala
def setNCharacterStream(a: String, b: Reader): F[Unit]

Attributes

Source
callablestatement.scala
def setNCharacterStream(a: String, b: Reader, c: Long): F[Unit]

Attributes

Source
callablestatement.scala
def setNClob(a: Int, b: NClob): F[Unit]

Attributes

Source
callablestatement.scala
def setNClob(a: Int, b: Reader): F[Unit]

Attributes

Source
callablestatement.scala
def setNClob(a: Int, b: Reader, c: Long): F[Unit]

Attributes

Source
callablestatement.scala
def setNClob(a: String, b: NClob): F[Unit]

Attributes

Source
callablestatement.scala
def setNClob(a: String, b: Reader): F[Unit]

Attributes

Source
callablestatement.scala
def setNClob(a: String, b: Reader, c: Long): F[Unit]

Attributes

Source
callablestatement.scala
def setNString(a: Int, b: String): F[Unit]

Attributes

Source
callablestatement.scala
def setNString(a: String, b: String): F[Unit]

Attributes

Source
callablestatement.scala
def setNull(a: Int, b: Int): F[Unit]

Attributes

Source
callablestatement.scala
def setNull(a: Int, b: Int, c: String): F[Unit]

Attributes

Source
callablestatement.scala
def setNull(a: String, b: Int): F[Unit]

Attributes

Source
callablestatement.scala
def setNull(a: String, b: Int, c: String): F[Unit]

Attributes

Source
callablestatement.scala
def setObject(a: Int, b: AnyRef): F[Unit]

Attributes

Source
callablestatement.scala
def setObject(a: Int, b: AnyRef, c: Int): F[Unit]

Attributes

Source
callablestatement.scala
def setObject(a: Int, b: AnyRef, c: Int, d: Int): F[Unit]

Attributes

Source
callablestatement.scala
def setObject(a: Int, b: AnyRef, c: SQLType): F[Unit]

Attributes

Source
callablestatement.scala
def setObject(a: Int, b: AnyRef, c: SQLType, d: Int): F[Unit]

Attributes

Source
callablestatement.scala
def setObject(a: String, b: AnyRef): F[Unit]

Attributes

Source
callablestatement.scala
def setObject(a: String, b: AnyRef, c: Int): F[Unit]

Attributes

Source
callablestatement.scala
def setObject(a: String, b: AnyRef, c: Int, d: Int): F[Unit]

Attributes

Source
callablestatement.scala
def setObject(a: String, b: AnyRef, c: SQLType): F[Unit]

Attributes

Source
callablestatement.scala
def setObject(a: String, b: AnyRef, c: SQLType, d: Int): F[Unit]

Attributes

Source
callablestatement.scala
def setPoolable(a: Boolean): F[Unit]

Attributes

Source
callablestatement.scala
def setQueryTimeout(a: Int): F[Unit]

Attributes

Source
callablestatement.scala
def setRef(a: Int, b: Ref): F[Unit]

Attributes

Source
callablestatement.scala
def setRowId(a: Int, b: RowId): F[Unit]

Attributes

Source
callablestatement.scala
def setRowId(a: String, b: RowId): F[Unit]

Attributes

Source
callablestatement.scala
def setSQLXML(a: Int, b: SQLXML): F[Unit]

Attributes

Source
callablestatement.scala
def setSQLXML(a: String, b: SQLXML): F[Unit]

Attributes

Source
callablestatement.scala
def setShort(a: Int, b: Short): F[Unit]

Attributes

Source
callablestatement.scala
def setShort(a: String, b: Short): F[Unit]

Attributes

Source
callablestatement.scala
def setString(a: Int, b: String): F[Unit]

Attributes

Source
callablestatement.scala
def setString(a: String, b: String): F[Unit]

Attributes

Source
callablestatement.scala
def setTime(a: Int, b: Time): F[Unit]

Attributes

Source
callablestatement.scala
def setTime(a: Int, b: Time, c: Calendar): F[Unit]

Attributes

Source
callablestatement.scala
def setTime(a: String, b: Time): F[Unit]

Attributes

Source
callablestatement.scala
def setTime(a: String, b: Time, c: Calendar): F[Unit]

Attributes

Source
callablestatement.scala
def setTimestamp(a: Int, b: Timestamp): F[Unit]

Attributes

Source
callablestatement.scala
def setTimestamp(a: Int, b: Timestamp, c: Calendar): F[Unit]

Attributes

Source
callablestatement.scala
def setTimestamp(a: String, b: Timestamp): F[Unit]

Attributes

Source
callablestatement.scala
def setTimestamp(a: String, b: Timestamp, c: Calendar): F[Unit]

Attributes

Source
callablestatement.scala
def setURL(a: Int, b: URL): F[Unit]

Attributes

Source
callablestatement.scala
def setURL(a: String, b: URL): F[Unit]

Attributes

Source
callablestatement.scala
def suspend[A](hint: Type)(thunk: => A): F[A]

Attributes

Source
callablestatement.scala
def uncancelable[A](body: Poll[CallableStatementIO] => CallableStatementIO[A]): F[A]

Attributes

Source
callablestatement.scala
def unwrap[T](a: Class[T]): F[T]

Attributes

Source
callablestatement.scala
def wasNull: F[Boolean]

Attributes

Source
callablestatement.scala

Concrete methods

final def apply[A](fa: CallableStatementOp[A]): F[A]

Applies this functor transformation from F to G

Applies this functor transformation from F to G

Attributes

Source
callablestatement.scala

Inherited methods

def and[H[_]](h: FunctionK[CallableStatementOp, H]): FunctionK[F, [_] =>> Tuple2K[G, H, _$9]]

Composes two instances of FunctionK into a new FunctionK that transforms one single functor to a cats.data.Tuple2K of two functors.

Composes two instances of FunctionK into a new FunctionK that transforms one single functor to a cats.data.Tuple2K of two functors.

scala> import cats.arrow.FunctionK
scala> val list2option = λ[FunctionK[List, Option]](_.headOption)
scala> val list2vector = λ[FunctionK[List, Vector]](_.toVector)
scala> val optionAndVector = list2option and list2vector
scala> optionAndVector(List(1,2,3))
res0: cats.data.Tuple2K[Option,Vector,Int] = Tuple2K(Some(1),Vector(1, 2, 3))

Attributes

Inherited from:
FunctionK
Source
FunctionK.scala
def andThen[H[_]](f: FunctionK[F, H]): FunctionK[F, H]

Composes two instances of FunctionK into a new FunctionK with this transformation applied first.

Composes two instances of FunctionK into a new FunctionK with this transformation applied first.

Attributes

Inherited from:
FunctionK
Source
FunctionK.scala
def compose[E[_]](f: FunctionK[E, CallableStatementOp]): FunctionK[E, G]

Composes two instances of FunctionK into a new FunctionK with this transformation applied last.

Composes two instances of FunctionK into a new FunctionK with this transformation applied last.

Attributes

Inherited from:
FunctionK
Source
FunctionK.scala
def narrow[F0 <: (CallableStatementOp)]: FunctionK[F0, G]

Narrows the input type of this FunctionK from F to F0

Narrows the input type of this FunctionK from F to F0

Attributes

Inherited from:
FunctionK
Source
FunctionK.scala
def or[H[_]](h: FunctionK[H, F]): FunctionK[[_] =>> EitherK[F, H, _$6], G]

Composes two instances of FunctionK into a new FunctionK that transforms a cats.data.EitherK to a single functor.

Composes two instances of FunctionK into a new FunctionK that transforms a cats.data.EitherK to a single functor.

This transformation will be used to transform left F values while h will be used to transform right H values.

Attributes

Inherited from:
FunctionK
Source
FunctionK.scala
def widen[G0[x]]: FunctionK[F, G0]

Widens the output type of this FunctionK from G to G0

Widens the output type of this FunctionK from G to G0

Attributes

Inherited from:
FunctionK
Source
FunctionK.scala