public class Lambdas
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Lambdas.EConsumer<T> |
static interface |
Lambdas.EObjIntConsumer<T> |
static interface |
Lambdas.EPredicate<T> |
| Constructor and Description |
|---|
Lambdas() |
| Modifier and Type | Method and Description |
|---|---|
static <T> @NotNull java.util.function.Consumer<T> |
consumer(@NotNull Lambdas.EConsumer<T> consumer) |
static @NotNull javassist.expr.ExprEditor |
methodEditor(@NotNull Lambdas.EObjIntConsumer<javassist.expr.MethodCall> consumer) |
static <T> @NotNull java.util.function.Predicate<T> |
predicate(@NotNull Lambdas.EPredicate<T> predicate) |
@NotNull
public static <T> @NotNull java.util.function.Consumer<T> consumer(@NotNull
@NotNull Lambdas.EConsumer<T> consumer)
@NotNull
public static <T> @NotNull java.util.function.Predicate<T> predicate(@NotNull
@NotNull Lambdas.EPredicate<T> predicate)
@NotNull
public static @NotNull javassist.expr.ExprEditor methodEditor(@NotNull
@NotNull Lambdas.EObjIntConsumer<javassist.expr.MethodCall> consumer)