Uses of Enum Class
eu.bandm.tools.ops.IntervalRelation.Base
Packages that use IntervalRelation.Base
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of IntervalRelation.Base in eu.bandm.tools.ops
Methods in eu.bandm.tools.ops that return IntervalRelation.BaseModifier and TypeMethodDescriptionIntervalRelation.Base.converse()static IntervalRelation.BaseReturns the enum constant of this class with the specified name.static IntervalRelation.Base[]IntervalRelation.Base.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.bandm.tools.ops that return types with arguments of type IntervalRelation.BaseModifier and TypeMethodDescriptionstatic <B extends Comparable<? super B>>
Function<IntervalRelation.Base,Relation<Interval<B>, Interval<B>>> IntervalRelation.Base.instantiateFun()static <B> Function<IntervalRelation.Base,Relation<Interval<B>, Interval<B>>> IntervalRelation.Base.instantiateFun(Comparator<? super B> order) Methods in eu.bandm.tools.ops with parameters of type IntervalRelation.BaseModifier and TypeMethodDescriptionIntervalRelation.Base.compose(IntervalRelation.Base b) static IntervalRelationIntervalRelation.singleton(IntervalRelation.Base b) Method parameters in eu.bandm.tools.ops with type arguments of type IntervalRelation.BaseModifier and TypeMethodDescriptionIntervalRelation.bind(Function<IntervalRelation.Base, IntervalRelation> fun) IntervalRelation.map(Function<IntervalRelation.Base, IntervalRelation.Base> fun) IntervalRelation.map(Function<IntervalRelation.Base, IntervalRelation.Base> fun) Constructors in eu.bandm.tools.ops with parameters of type IntervalRelation.BaseConstructor parameters in eu.bandm.tools.ops with type arguments of type IntervalRelation.BaseModifierConstructorDescription