Module java.base
Package java.lang

Interface Thread.Builder.OfPlatform

All Superinterfaces:
Thread.Builder
Enclosing interface:
Thread.Builder

public static sealed interface Thread.Builder.OfPlatform extends Thread.Builder
A builder for creating a platform Thread or ThreadFactory that creates platform threads.

Unless otherwise specified, passing a null argument to a method in this interface causes a NullPointerException to be thrown.

Since:
21
See Also: