Boundary

scala.util.compat.Boundary
See theBoundary companion object
final class Boundary

Used for cross compilation, this is close to Scala 3's scala.util.boundary that does not work for Scala 2.13.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply[T](body: (T => Nothing) => T): T
def break[T](value: T): Nothing