Uses of Interface
de.firemage.autograder.core.errorprone.SerializableSupplier
Packages that use SerializableSupplier
-
Uses of SerializableSupplier in de.firemage.autograder.core.errorprone
Methods in de.firemage.autograder.core.errorprone with parameters of type SerializableSupplierModifier and TypeMethodDescription<T extends Serializable>
VMLauncher.VMHandle<T>VMLauncher.runInNewJVM(SerializableSupplier<T> supplier) Runs the given lambda in a new JVM.