Rule

io.github.memo33.metarules.meta.Rule
See theRule companion class
object Rule

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Rule.type

Members list

Type members

Classlikes

case object CopyTile

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
CopyTile.type
class RuleBuilder[B <: TileLike] extends RuleBuilderLike[B, Rule[B]]

Attributes

Supertypes
class RuleBuilderLike[B, Rule[B]]
trait Builder[B, Rule[B]]
trait Growable[B]
trait Clearable
class Object
trait Matchable
class Any
Show all
abstract class RuleBuilderLike[B <: TileLike, C] extends Builder[B, C]

Attributes

Supertypes
trait Builder[B, C]
trait Growable[B]
trait Clearable
class Object
trait Matchable
class Any
Show all
Known subtypes
class RuleBuilder[B]

Value members

Concrete methods

def apply[A <: TileLike : ClassTag](a: A, b: A, c: A, d: A): Rule[A]
def apply(a: Int, ar: Byte, af: Byte, b: Int, br: Byte, bf: Byte, c: Int, cr: Byte, cf: Byte, d: Int, dr: Byte, df: Byte): Rule[IdTile]
def newBuilder[B <: TileLike : ClassTag]: RuleBuilder[B]