io.github.arainko.ducktape

Members list

Type members

Classlikes

final class AppliedBuilder[Source, Dest]

Attributes

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

Attributes

Companion
class
Source
AppliedBuilder.scala
Supertypes
class Object
trait Matchable
class Any
Self type
final class AppliedViaBuilder[Source, Dest, Func, Args <: FunctionArguments]

Attributes

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

Attributes

Companion
class
Source
AppliedViaBuilder.scala
Supertypes
class Object
trait Matchable
class Any
Self type
opaque object Case

Attributes

Source
Case.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Case.type
final class DefinitionBuilder[Source, Dest]

Attributes

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

Attributes

Companion
class
Source
DefinitionBuilder.scala
Supertypes
class Object
trait Matchable
class Any
Self type
final class DefinitionViaBuilder[Source, Dest, Func, Args <: FunctionArguments]

Attributes

Companion
object
Source
DefinitionViaBuilder.scala
Supertypes
class Object
trait Matchable
class Any
opaque object DefinitionViaBuilder

Attributes

Companion
class
Source
DefinitionViaBuilder.scala
Supertypes
class Object
trait Matchable
class Any
Self type
opaque object Field

Attributes

Source
Field.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Field.type
sealed trait FunctionArguments extends Selectable

Attributes

Source
FunctionArguments.scala
Supertypes
trait Selectable
class Object
trait Matchable
class Any
sealed trait Mode[F[x]]

Attributes

Companion
object
Source
Mode.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Accumulating[F]
class Either[E, Coll]
trait FailFast[F]
class Either[E]
class Option
object Mode

Attributes

Companion
trait
Source
Mode.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Mode.type
object Regional

Attributes

Source
Regional.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Regional.type
sealed trait Selector

Attributes

Source
Selector.scala
Supertypes
class Object
trait Matchable
class Any
trait Transformer[Source, Dest] extends Derived[Source, Dest]

Attributes

Companion
object
Source
Transformer.scala
Supertypes
trait Derived[Source, Dest]
class Object
trait Matchable
class Any
Known subtypes
class FromFunction[Source, Dest]
object Transformer

Attributes

Companion
trait
Source
Transformer.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Types

opaque type Case[A, B]

Attributes

Source
Case.scala
opaque type Field[A, B]

Attributes

Source
Field.scala
type Regional

Attributes

Source
Regional.scala

Value members

Concrete methods

def Arg: Field.type

Attributes

Source
Field.scala

Extensions

Extensions

extension [Source](source: Source)
def into[Dest]: AppliedBuilder[Source, Dest]

Attributes

Source
syntax.scala
transparent inline def intoVia[Func](inline function: Func): Any

Attributes

Source
syntax.scala
inline def to[Dest]: Dest

Attributes

Source
syntax.scala
transparent inline def via[Func](inline function: Func): Any

Attributes

Source
syntax.scala
extension [F[x], Source](value: Source)(using F: Mode[F])
inline def fallibleTo[Dest]: F[Dest]

Attributes

Source
syntax.scala
transparent inline def fallibleVia[Func](inline function: Func): F[Any]

Attributes

Source
syntax.scala