Reduced

glass.Reduced

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Reduced.type

Members list

Type members

Classlikes

class ReducedApply[S]

Attributes

Supertypes
class Object
trait Matchable
class Any

Inherited types

type O[a, b] = PReduced[a, a, b, b]

Attributes

Inherited from:
MonoOpticCompanion

Value members

Concrete methods

def apply[S]: ReducedApply[S]

Inherited methods

def apply[A, B](implicit o: O[A, B]): O[A, B]

Attributes

Inherited from:
MonoOpticCompanion
def compose[A, B, C](f: O[B, C], g: O[A, B]): O[A, C]

Attributes

Inherited from:
MonoOpticCompanion