Package-level declarations

Das Package org.tudalgo.algoutils.tutor.general.call enthält Werkzeuge zum Aufrufen von Methoden und Konstruktoren mit entsprechendem Error-Handling.

Types

Link copied to clipboard
public interface Call<R>
Link copied to clipboard
public class NormalResult<R> implements Call<R>
An instance of NormalResult represents a call that resulted in no exception.
Link copied to clipboard
public class ThrowableResult<R> implements Call<R>
An instance of ThrowableResult represents a call that resulted in an Throwable.