ActionApplicative
org.specs2.control.Action.ActionApplicative
object ActionApplicative extends Applicative[Action]
Attributes
- Graph
-
- Supertypes
- Self type
-
ActionApplicative.type
Members list
Value members
Concrete methods
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Inherited methods
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
def apply11[A, B, C, D, E, FF, G, H, I, J, K, R](fa: => Action[A], fb: => Action[B], fc: => Action[C], fd: => Action[D], fe: => Action[E], ff: => Action[FF], fg: => Action[G], fh: => Action[H], fi: => Action[I], fj: => Action[J], fk: => Action[K])(f: (A, B, C, D, E, FF, G, H, I, J, K) => R): Action[R]
Attributes
- Inherited from:
- Applicative
def apply12[A, B, C, D, E, FF, G, H, I, J, K, L, R](fa: => Action[A], fb: => Action[B], fc: => Action[C], fd: => Action[D], fe: => Action[E], ff: => Action[FF], fg: => Action[G], fh: => Action[H], fi: => Action[I], fj: => Action[J], fk: => Action[K], fl: => Action[L])(f: (A, B, C, D, E, FF, G, H, I, J, K, L) => R): Action[R]
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Filter l
according to an applicative predicate.
Filter l
according to an applicative predicate.
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Definition Classes
-
Applicative -> Functor
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Attributes
- Inherited from:
- Applicative
Returns the given argument if cond
is false
, otherwise, unit lifted into F.
Returns the given argument if cond
is false
, otherwise, unit lifted into F.
Attributes
- Inherited from:
- Applicative
Returns the given argument if cond
is true
, otherwise, unit lifted into F.
Returns the given argument if cond
is true
, otherwise, unit lifted into F.
Attributes
- Inherited from:
- Applicative
In this article