Fold

object Fold extends BinaryPolyFunc
class Object
trait Matchable
class Any

Type members

Inherited classlikes

class CaseBuilder[A, B]
Inherited from
BinaryPolyFunc

Value members

Inherited methods

def at[A, B]: CaseBuilder[A, B]
Inherited from
BinaryPolyFunc

Implicits

Implicits

implicit
def step[T, A](implicit append: AppendOne[T, A]): Case[T, A, Fold] { type Out = Out; }