trait StringLattice[S] extends LatticeElement[S]
A lattice for strings
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StringLattice
- LatticeElement
- Show
- Monoid
- Semigroup
- Order
- Equal
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
LatticeElementLaw extends MonoidLaw with OrderLaw
- Definition Classes
- LatticeElement
-
trait
EqualLaw extends AnyRef
- Definition Classes
- Equal
-
trait
MonoidLaw extends scalaz.Monoid.SemigroupLaw
- Definition Classes
- Monoid
-
trait
OrderLaw extends scalaz.Order.EqualLaw
- Definition Classes
- Order
-
trait
SemigroupApply extends Apply[[α]F]
- Attributes
- protected[this]
- Definition Classes
- Semigroup
-
trait
SemigroupCompose extends Compose[[α, β]F]
- Attributes
- protected[this]
- Definition Classes
- Semigroup
-
trait
SemigroupLaw extends AnyRef
- Definition Classes
- Semigroup
- trait StringLatticeLaw extends AnyRef
Abstract Value Members
- abstract def append(s1: S, s2: S): S
-
abstract
def
bottom: S
The bottom element
The bottom element
- Definition Classes
- LatticeElement
-
abstract
def
cardinality(x: S): Cardinality
- Definition Classes
- LatticeElement
-
abstract
def
eql[B](x: S, y: S)(implicit arg0: BoolLattice[B]): B
Equality check, returning an abstract result
Equality check, returning an abstract result
- Definition Classes
- LatticeElement
- abstract def inject(s: String): S
-
abstract
def
join(x: S, y: ⇒ S): S
The join operation
The join operation
- Definition Classes
- LatticeElement
- abstract def length[I](s: S)(implicit arg0: IntLattice[I]): I
- abstract def lt[B](s1: S, s2: S)(implicit arg0: BoolLattice[B]): B
-
abstract
def
name: String
The name of the lattice
The name of the lattice
- Definition Classes
- LatticeElement
-
abstract
def
order(x: S, y: S): Ordering
- Definition Classes
- Order
-
abstract
def
subsumes(x: S, y: ⇒ S): Boolean
The subsumption relation that defines the ordering of elements
The subsumption relation that defines the ordering of elements
- Definition Classes
- LatticeElement
- abstract def toSymbol[Sym](s: S)(implicit arg0: SymbolLattice[Sym]): Sym
-
abstract
def
top: S
The top element.
The top element.
- Definition Classes
- LatticeElement
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from StringLattice[S] to any2stringadd[StringLattice[S]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (StringLattice[S], B)
- Implicit
- This member is added by an implicit conversion from StringLattice[S] to ArrowAssoc[StringLattice[S]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
append(x: S, y: ⇒ S): S
- Definition Classes
- LatticeElement → Semigroup
-
final
def
applicative: Applicative[[α]S]
- Definition Classes
- Monoid
-
final
def
apply: Apply[[α]S]
- Definition Classes
- Semigroup
-
def
apply(x: S, y: S): Ordering
- Definition Classes
- Order
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
category: Category[[α, β]S]
- Definition Classes
- Monoid
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
compose: Compose[[α, β]S]
- Definition Classes
- Semigroup
-
def
contramap[B](f: (B) ⇒ S): Order[B]
- Definition Classes
- Order → Equal
-
def
ensuring(cond: (StringLattice[S]) ⇒ Boolean, msg: ⇒ Any): StringLattice[S]
- Implicit
- This member is added by an implicit conversion from StringLattice[S] to Ensuring[StringLattice[S]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (StringLattice[S]) ⇒ Boolean): StringLattice[S]
- Implicit
- This member is added by an implicit conversion from StringLattice[S] to Ensuring[StringLattice[S]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): StringLattice[S]
- Implicit
- This member is added by an implicit conversion from StringLattice[S] to Ensuring[StringLattice[S]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): StringLattice[S]
- Implicit
- This member is added by an implicit conversion from StringLattice[S] to Ensuring[StringLattice[S]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equal(x: S, y: S): Boolean
- Definition Classes
- Order → Equal
-
def
equalIsNatural: Boolean
- Definition Classes
- Equal
-
def
equalLaw: EqualLaw
- Definition Classes
- Equal
-
val
equalSyntax: EqualSyntax[S]
- Definition Classes
- Equal
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from StringLattice[S] to StringFormat[StringLattice[S]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
greaterThan(x: S, y: S): Boolean
- Definition Classes
- Order
-
def
greaterThanOrEqual(x: S, y: S): Boolean
- Definition Classes
- Order
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
ifEmpty[B](a: S)(t: ⇒ B)(f: ⇒ B)(implicit eq: Equal[S]): B
- Definition Classes
- Monoid
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isMZero(a: S)(implicit eq: Equal[S]): Boolean
- Definition Classes
- Monoid
-
def
latticeElementLaw: LatticeElementLaw
- Definition Classes
- LatticeElement
-
def
lessThan(x: S, y: S): Boolean
- Definition Classes
- Order
-
def
lessThanOrEqual(x: S, y: S): Boolean
- Definition Classes
- Order
-
def
max(x: S, y: S): S
- Definition Classes
- Order
-
def
min(x: S, y: S): S
- Definition Classes
- Order
-
def
monoidLaw: MonoidLaw
- Definition Classes
- Monoid
-
val
monoidSyntax: MonoidSyntax[S]
- Definition Classes
- Monoid
-
def
multiply(value: S, n: Int): S
- Definition Classes
- Monoid
-
def
multiply1(value: S, n: Int): S
- Definition Classes
- Semigroup
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
onEmpty[A, B](a: S)(v: ⇒ B)(implicit eq: Equal[S], mb: Monoid[B]): B
- Definition Classes
- Monoid
-
final
def
onNotEmpty[B](a: S)(v: ⇒ B)(implicit eq: Equal[S], mb: Monoid[B]): B
- Definition Classes
- Monoid
-
def
orderLaw: OrderLaw
- Definition Classes
- Order
-
val
orderSyntax: OrderSyntax[S]
- Definition Classes
- Order
-
def
reverseOrder: Order[S]
- Definition Classes
- Order
-
def
semigroupLaw: SemigroupLaw
- Definition Classes
- Semigroup
-
val
semigroupSyntax: SemigroupSyntax[S]
- Definition Classes
- Semigroup
-
def
show(f: S): Cord
- Definition Classes
- Show
-
val
showSyntax: ShowSyntax[S]
- Definition Classes
- Show
-
def
shows(f: S): String
- Definition Classes
- Show
-
def
sort(x: S, y: S): (S, S)
- Definition Classes
- Order
- val stringLatticeLaw: StringLatticeLaw
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toScalaOrdering: Ordering[S]
- Definition Classes
- Order
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
zero: S
- Definition Classes
- LatticeElement → Monoid
-
def
→[B](y: B): (StringLattice[S], B)
- Implicit
- This member is added by an implicit conversion from StringLattice[S] to ArrowAssoc[StringLattice[S]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc