@FunctionalInterface
@Generated(value="uk.kludje.annotation.processor.UncheckedFunctionalInterfaceProcessor")
public interface UBooleanSupplier
extends java.util.function.BooleanSupplier
| Modifier and Type | Method and Description |
|---|---|
boolean |
$getAsBoolean() |
static UBooleanSupplier |
asUBooleanSupplier(UBooleanSupplier t)
Convenience method as an alternative to casting.
|
default boolean |
getAsBoolean()
Invokes
boolean $getAsBoolean(). |
default boolean getAsBoolean()
boolean $getAsBoolean().
Throws anything thrown by boolean $getAsBoolean().getAsBoolean in interface java.util.function.BooleanSupplierboolean $getAsBoolean()
throws java.lang.Throwable
java.lang.Throwablestatic UBooleanSupplier asUBooleanSupplier(UBooleanSupplier t)
t - the unchecked type