implicit class SyntaxOps[Err, In, Out, Value] extends AnyRef
Instance Constructors
- new SyntaxOps(self: Syntax[Err, In, Out, Value])
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def of[Value2 <: Product](implicit conversion: TupleConversion[Value2, Value], ev: =:=[Value, Value]): Syntax[Err, In, Out, Value2]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def zip[Err2 >: Err, In2 <: In, Out2 >: Out, Value2, ZippedValue](that: => Syntax[Err2, In2, Out2, Value2])(implicit unzippableValue: In[Value, Value2, ZippedValue], zippableResult: Out[Value, Value2, ZippedValue]): Syntax[Err2, In2, Out2, ZippedValue]
- final def ~[Err2 >: Err, In2 <: In, Out2 >: Out, Value2, ZippedValue](that: => Syntax[Err2, In2, Out2, Value2])(implicit unzippableValue: In[Value, Value2, ZippedValue], zippableResult: Out[Value, Value2, ZippedValue]): Syntax[Err2, In2, Out2, ZippedValue]
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def of[Value2 <: Product](implicit conversion: TupleConversion[Value2, Value], ev: =:=[Value, Value]): Syntax[Err, In, Out, Value2]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def zip[Err2 >: Err, In2 <: In, Out2 >: Out, Value2, ZippedValue](that: => Syntax[Err2, In2, Out2, Value2])(implicit unzippableValue: In[Value, Value2, ZippedValue], zippableResult: Out[Value, Value2, ZippedValue]): Syntax[Err2, In2, Out2, ZippedValue]
- final def ~[Err2 >: Err, In2 <: In, Out2 >: Out, Value2, ZippedValue](that: => Syntax[Err2, In2, Out2, Value2])(implicit unzippableValue: In[Value, Value2, ZippedValue], zippableResult: Out[Value, Value2, ZippedValue]): Syntax[Err2, In2, Out2, ZippedValue]