object
Write
Type Members
-
sealed
trait
Deferred[O] extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
apply[O]: Deferred[O]
-
def
apply[I, O](w: (I) ⇒ O): Write[I, O]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
implicit
def
contravariantWrite[O]: Contravariant[[α]Write[α, O]]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
macro
def
gen[I, O]: Write[I, O]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
of[I, O](implicit w: Write[I, O]): Write[I, O]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
toWrite[I, O](r: WriteLike[I, O]): Write[I, O]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
implicit
def
writeContravariantSyntaxObs[I, O](w: Write[I, O])(implicit arg0: Monoid[O], fcb: SyntaxCombine[[α]Write[α, O]]): ContravariantSyntaxObs[[α]Write[α, O], I]
-
implicit
def
writeSyntaxCombine[O](implicit m: Monoid[O]): SyntaxCombine[[α]Write[α, O]]
-
implicit
def
zero[I]: Write[I, I]
Inherited from AnyRef
Inherited from Any