package syntax
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- syntax
- AllSyntax
- BlockSyntax
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait AllSyntax extends BlockSyntax
- trait BlockSyntax extends AnyRef
- trait TypedBlock[Block] extends AnyRef
- final class TypedBlockOps[B <: Block, E] extends AnyRef
Value Members
-
implicit
def
typedBlockOps[B <: Block, E](block: B)(implicit instance: TypedBlock[B] { type BlockExpr = E }): TypedBlockOps[B, E]
- Definition Classes
- BlockSyntax
- object block extends BlockSyntax with Product with Serializable