Object KotlinFileSpecList.Companion
-
- All Implemented Interfaces:
public class KotlinFileSpecList.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final KotlinFileSpecList
EMPTY
public final static KotlinFileSpecList.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final KotlinFileSpecList
of(KotlinFileSpecIterable iterables)
Create KotlinFileSpecList from given vararg iterables. final KotlinFileSpecList
of(List<KotlinFileSpecIterable> iterables)
Create KotlinFileSpecList from given iterables. final KotlinFileSpecList
collect(Function0<KotlinFileSpec> fns)
Collect file spec suppliers final KotlinFileSpecList
collect(List<Function0<KotlinFileSpec>> specs)
Collect file spec suppliers. final KotlinFileSpecList
getEMPTY()
Empty Specs. -
-
Method Detail
-
of
final KotlinFileSpecList of(KotlinFileSpecIterable iterables)
Create KotlinFileSpecList from given vararg iterables.
-
of
final KotlinFileSpecList of(List<KotlinFileSpecIterable> iterables)
Create KotlinFileSpecList from given iterables.
-
collect
final KotlinFileSpecList collect(Function0<KotlinFileSpec> fns)
Collect file spec suppliers
-
collect
final KotlinFileSpecList collect(List<Function0<KotlinFileSpec>> specs)
Collect file spec suppliers.
-
getEMPTY
final KotlinFileSpecList getEMPTY()
Empty Specs.
-
-
-
-