LiftTraverseDsl

japgolly.scalajs.react.callback.CallbackTo$.LiftTraverseDsl
final class LiftTraverseDsl[A, B](f: A => CallbackTo[B]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

inline def id: CallbackTo[A => B]

See CallbackTo.distFn for the dual.

See CallbackTo.distFn for the dual.

Attributes

def option: CallbackTo[Option[A] => Option[B]]
def std[T <: (Iterable)](implicit cbf: BuildFrom[T[A], B, T[B]]): CallbackTo[T[A] => T[B]]

Anything traversable by the Scala stdlib definition

Anything traversable by the Scala stdlib definition

Attributes