Skip to content

io microsphere lang invoke LambdaUtils

github-actions[bot] edited this page Aug 1, 2026 · 5 revisions

LambdaUtils

Type: Class | Module: microsphere-java-core | Package: io.microsphere.lang.invoke | Since: 1.0.0

Source: microsphere-java-core/src/main/java/io/microsphere/lang/invoke/LambdaUtils.java

Overview

The utility class for Java Lambda

Declaration

public abstract class LambdaUtils implements Utils

Author: Mercy

Version Information

  • Introduced in: 1.0.0
  • Current Project Version: 0.3.16-SNAPSHOT

Version Compatibility

This component is tested and compatible with the following Java versions:

Java Version Status
Java 8 ✅ Compatible
Java 11 ✅ Compatible
Java 17 ✅ Compatible
Java 21 ✅ Compatible
Java 25 ✅ Compatible

Usage

Maven Dependency

Add the following dependency to your pom.xml:

<dependency>
    <groupId>io.github.microsphere-projects</groupId>
    <artifactId>microsphere-java-core</artifactId>
    <version>${microsphere-java.version}</version>
</dependency>

Tip: Use the BOM (microsphere-java-dependencies) for consistent version management. See the Getting Started guide.

Import

import io.microsphere.lang.invoke.LambdaUtils;

API Reference

Public Methods

Method Description
resolveLambdaMethodParameterTypes Resolve the parameter types of the lambda method
resolveLambdaMethodParameterTypes Resolve the parameter types of the lambda method
resolveLambdaMethodParameterTypes Resolve the parameter types of the lambda method
resolveLambdaMethodParameterTypes Resolve the parameter types of the lambda method

See Also

  • LambdaMetafactory
  • CallSite
  • MethodHandles

This documentation was auto-generated from the source code of microsphere-java.

Home

annotation-processor

annotation-test

java-annotations

java-core

java-test

jdk-tools

lang-model

Clone this wiki locally