OptionTSupport

@SuppressWarnings(scala.Array.apply[java.lang.String]("org.wartremover.warts.DefaultArguments")(scala.reflect.ClassTag.apply[java.lang.String](classOf[java.lang.String]))) object OptionTSupport extends OptionTSupport
Companion
class
class Object
trait Matchable
class Any

Value members

Inherited methods

def optionTNone[F[_], A](`evidence$1`: EffectConstructor[F]): OptionT[F, A]
Inherited from
OptionTSupport
def optionTOf[F[_]]: PartiallyAppliedOptionTOf[F]
Inherited from
OptionTSupport
def optionTOfPure[F[_]]: PartiallyAppliedOptionTOfPure[F]
Inherited from
OptionTSupport
def optionTSome[F[_]]: PartiallyAppliedOptionTSome[F]
Inherited from
OptionTSupport
def optionTSomeF[F[_], A](fa: F[A])(`evidence$2`: Functor[F]): OptionT[F, A]
Inherited from
OptionTSupport
def optionTSomePure[F[_]]: PartiallyAppliedOptionTSomePure[F]
Inherited from
OptionTSupport