interface EntryPointStep<T : Any, out S : Contains.SearchBehaviour>
The entry point of the contract.
Use _logic
to retrieve the EntryPointStepLogic counterpart in case you want to extend the building process.
interface EntryPointStep<T : CharSequence, out S : CharSequenceContains.SearchBehaviour> : Contains.EntryPointStep<T, S>
The entry point of the contract.
Use |
|
interface EntryPointStep<E, T, out S : IterableLikeContains.SearchBehaviour> : Contains.EntryPointStep<T, S>
The entry point of the contract. |
|
interface EntryPointStep<K, V, T, out S : MapLikeContains.SearchBehaviour> : Contains.EntryPointStep<T, S>
The entry point of the contract. |