跳过导航链接
C G I L P 

C

com.hervian.lambda - 程序包 com.hervian.lambda
 
create(Method) - 类 中的静态方法com.hervian.lambda.LambdaFactory
creates a Lambda with the same access rights as a Method with setAccessible()==true.
create(Method, MethodHandles.Lookup) - 类 中的静态方法com.hervian.lambda.LambdaFactory
Same as LambdaFactory.create(Method) but with an extra parameter that allows for more fine grained configuration of the access rights of the generated Lambda implementation.
create(Method, Class<T>, String) - 类 中的静态方法com.hervian.lambda.LambdaFactory
Similar to LambdaFactory.create(Method), except that this factory method returns a dynamically generated implementation of the argument provided interface.
create(Method, MethodHandles.Lookup, Class<T>, String) - 类 中的静态方法com.hervian.lambda.LambdaFactory
Same as LambdaFactory.create(Method, Class, String), but with an additional parameter in the form of a Lookup object.
createLambda(Method, MethodHandles.Lookup, Class<T>, String, boolean) - 类 中的静态方法com.hervian.lambda.LambdaFactory
 
createSpecial(Method) - 类 中的静态方法com.hervian.lambda.LambdaFactory
Same as LambdaFactory.create(Method) except that this method returns a Lambda that will not be subject to dynamic method dispatch.
createSpecial(Method, MethodHandles.Lookup) - 类 中的静态方法com.hervian.lambda.LambdaFactory
Same as LambdaFactory.create(Method, java.lang.invoke.MethodHandles.Lookup) except that this method returns a Lambda that will not be subject to dynamic method dispatch.
createSpecial(Method, Class<T>, String) - 类 中的静态方法com.hervian.lambda.LambdaFactory
Same as LambdaFactory.create(Method) except that this method returns a Lambda that will not be subject to dynamic method dispatch.
createSpecial(Method, MethodHandles.Lookup, Class<T>, String) - 类 中的静态方法com.hervian.lambda.LambdaFactory
 

G

GenerateLambdaMarkerClass - com.hervian.lambda中的类
Copyright 2016 Anders Granau Høfft Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
GenerateLambdaMarkerClass() - 类 的构造器com.hervian.lambda.GenerateLambdaMarkerClass
 
GenerateLambdaProcessor - com.hervian.lambda中的类
Copyright 2016 Anders Granau Høfft Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
GenerateLambdaProcessor() - 类 的构造器com.hervian.lambda.GenerateLambdaProcessor
 
getSupportedAnnotationTypes() - 类 中的方法com.hervian.lambda.GenerateLambdaProcessor
 
getSupportedSourceVersion() - 类 中的方法com.hervian.lambda.GenerateLambdaProcessor
 

I

init(ProcessingEnvironment) - 类 中的方法com.hervian.lambda.GenerateLambdaProcessor
 

L

LambdaFactory - com.hervian.lambda中的类
Copyright 2016 Anders Granau Høfft Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
LambdaFactory() - 类 的构造器com.hervian.lambda.LambdaFactory
 

P

process(Set<? extends TypeElement>, RoundEnvironment) - 类 中的方法com.hervian.lambda.GenerateLambdaProcessor
 
C G I L P 
跳过导航链接

Copyright © 2018. All Rights Reserved.