Class Getter<S,A>

java.lang.Object
io.atlassian.fugue.optic.Getter<S,A>
Type Parameters:
S - the source of a Getter
A - the target of a Getter

public abstract class Getter<S,A> extends Object
A Getter can be seen as a glorified get method between a type S and a type A.

A Getter is also a valid Fold