sealed
trait
Function1W[T, R] extends AnyRef
Abstract Value Members
-
abstract
val
k: (T) ⇒ R
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
arrow[A[_, _]](implicit a: Arrow[A]): A[T, R]
-
final
def
asInstanceOf[T0]: T0
-
def
byName: (⇒ T) ⇒ R
-
def
clone(): AnyRef
-
def
comparing(implicit o: Order[R]): (T, T) ⇒ Ordering
-
def
endo(implicit ev: =:=[R, T]): Endo[T]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equaling(implicit e: Equal[R]): (T, T) ⇒ Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
kleisli[Z[_]](implicit z: Pure[Z]): Kleisli[Z, T, R]
-
def
lift[F[_]](implicit f: Functor[F]): (F[T]) ⇒ F[R]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
on[X](f: (R, R) ⇒ X, t1: T, t2: T): X
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
toValidation[E](error: ⇒ E)(implicit ev: <:<[R, Boolean]): (T) ⇒ Validation[NonEmptyList[E], T]
-
def
unary_!(implicit m: Memo[T, R]): (T) ⇒ R
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any