object Continue
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Continue
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Result[A, E, S] = Continue[A, E, Any, CalcM[Nothing2T, Any, S, S, E, A]]
- type StResult[A, E, S] = Continue[A, E, S, Now[S, E, A]]
- type Swap[A, E, S] = Continue[A, E, S, CalcM[Nothing2T, Any, S, S, A, E]]
- type Update[A, E, SI, SO] = Continue[A, E, SI, CalcM[Nothing2T, Any, Any, SO, E, A]]
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
- def apply[A, E, X](f: (A) ⇒ X, h: (E) ⇒ X): Continue[A, E, Any, X]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def biflatten[F[+_, +_], R, SI, SO, E1, A1, E, A](implicit evA: <:<[A1, CalcM[F, R, SI, SO, E, A]], evE: <:<[E1, CalcM[F, R, SI, SO, E, A]]): Continue[A1, E1, SI, CalcM[F, R, SI, SO, E, A]]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- def compose[A, B, C, E, V, W, R, S1, S2, S3, F[+_, +_]](c1: Continue[A, E, S1, CalcM[F, R, S1, S2, V, B]], c2: Continue[B, V, S2, CalcM[F, R, S2, S3, W, C]]): Continue[A, E, S1, CalcM[F, R, S1, S3, W, C]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def flatMapConst[A, E, S, X >: CalcM[Nothing2T, Any, S, S, E, Nothing]](f: (A) ⇒ X): Continue[A, E, S, X]
- def focus[F[+_, +_], R, SI, SO, E, A, S3, S4](s3: S3, lens: PContains[S3, S4, SI, SO]): Continue[A, E, SO, CalcM[F, R, SO, S4, E, A]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def handleWithConst[A, E, S, X >: CalcM[Nothing2T, Any, S, S, Nothing, A]](f: (E) ⇒ X): Continue[A, E, S, X]
-
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()
- def of[A, E, S, X](f: (S, A) ⇒ X, h: (S, E) ⇒ X): Continue[A, E, S, X]
- def result[A, E, S]: Result[A, E, S]
- def stepResult[A, E, S]: StResult[A, E, S]
- def swap[A, E, S]: Swap[A, E, S]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def update[A, E, SI, SO](f: (SI) ⇒ SO): Update[A, E, SI, SO]
-
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( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated