package com.googlecode.totallylazy; public interface Third<T> { T third(); }