object Poly
- Alphabetic
- By Inheritance
- Poly
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
abstract
class
Error[R, I, A, E1] extends Poly[R, I, Unknown, A]
Represents capability of environment
Rpolymorphic in its error type.Represents capability of environment
Rpolymorphic in its error type.- Attributes
- protected[mock]
-
abstract
class
ErrorOutput[R, I, E1, A1] extends Poly[R, I, Unknown, Unknown]
Represents capability of environment
Rpolymorphic in its error and output types.Represents capability of environment
Rpolymorphic in its error and output types.- Attributes
- protected[mock]
-
abstract
class
Input[R, E, A] extends Poly[R, Unknown, E, A]
Represents capability of environment
Rpolymorphic in its input type.Represents capability of environment
Rpolymorphic in its input type.- Attributes
- protected[mock]
-
abstract
class
InputError[R, A, E1] extends Poly[R, Unknown, Unknown, A]
Represents capability of environment
Rpolymorphic in its input and error types.Represents capability of environment
Rpolymorphic in its input and error types.- Attributes
- protected[mock]
-
abstract
class
InputErrorOutput[R, E1, A1] extends Poly[R, Unknown, Unknown, Unknown]
Represents capability of environment
Rpolymorphic in its input, error and output types.Represents capability of environment
Rpolymorphic in its input, error and output types.- Attributes
- protected[mock]
-
abstract
class
InputOutput[R, E, A1] extends Poly[R, Unknown, E, Unknown]
Represents capability of environment
Rpolymorphic in its input and output types.Represents capability of environment
Rpolymorphic in its input and output types.- Attributes
- protected[mock]
-
abstract
class
Output[R, I, E, A1] extends Poly[R, I, E, Unknown]
Represents capability of environment
Rpolymorphic in its output type.Represents capability of environment
Rpolymorphic in its output type.- Attributes
- protected[mock]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )