public final class Prelude extends Object
| Modifier and Type | Method and Description |
|---|---|
static <A> A |
notYetImplemented() |
static boolean |
sleep(long ms)
Sleep for a while.
|
static <A> A |
unexhaustiveMatch()
Java is not able to determine the exhaustiveness of a match.
|
static Error |
unexhaustiveMatchError()
Java is not able to determine the exhaustiveness of a match.
|
public static <A> A unexhaustiveMatch()
public static Error unexhaustiveMatchError()
public static <A> A notYetImplemented()
public static boolean sleep(long ms)
Copyright © 2009–2021 Opencast Project. All rights reserved.