Class KotlinCodeGenerationStrategyList
-
- All Implemented Interfaces:
-
kotlin.collections.Collection
,kotlin.collections.Iterable
,kotlin.collections.List
@JvmInline() public final class KotlinCodeGenerationStrategyList implements List<KotlinCodeGenerationStrategy<?, ?, ?>>
-
-
Field Summary
Fields Modifier and Type Field Description private final List<KotlinCodeGenerationStrategy<?, ?, ?>>
list
private final Integer
size
-
Constructor Summary
Constructors Constructor Description KotlinCodeGenerationStrategyList(KotlinCodeGenerationStrategy<?, ?, ?> strategy)
KotlinCodeGenerationStrategyList(List<KotlinCodeGenerationStrategy<?, ?, ?>> list)
-
Method Summary
Modifier and Type Method Description final List<KotlinCodeGenerationStrategy<?, ?, ?>>
getList()
final <STRATEGY extends KotlinCodeGenerationStrategy<CONTEXT, INPUT, SPEC>, CONTEXT extends KotlinCodeGenerationContext<CONTEXT>, INPUT extends Any, SPEC extends Any> List<STRATEGY>
filter(KClass<STRATEGY>Â strategyType)
-
Methods inherited from class kotlin.collections.List
contains, containsAll, get, getSize, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, spliterator, subList
-
Methods inherited from class kotlin.collections.Iterable
forEach
-
Methods inherited from class kotlin.collections.Collection
parallelStream, stream, toArray
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
KotlinCodeGenerationStrategyList
KotlinCodeGenerationStrategyList(KotlinCodeGenerationStrategy<?, ?, ?> strategy)
-
KotlinCodeGenerationStrategyList
KotlinCodeGenerationStrategyList(List<KotlinCodeGenerationStrategy<?, ?, ?>> list)
-
-
Method Detail
-
getList
final List<KotlinCodeGenerationStrategy<?, ?, ?>> getList()
-
-
-
-